Thanks both.
Totally missed the visibility setting. It works now.
Hi,
I am using v6.7 ASP MVC + JQuery.
I am trying to create a feature as per this documentation.
https://aspnetboilerplate.com/Pages/Documents/Feature-Management#other-feature-properties
context.Create(
AppFeatures.SampleSelectionFeature,
defaultValue: "B",
displayName: L("Sample selection feature"),
inputType: new ComboboxInputType(
new StaticLocalizableComboboxItemSource(
new LocalizableComboboxItem("A", L("Selection A")),
new LocalizableComboboxItem("B", L("Selection B")),
new LocalizableComboboxItem("C", L("Selection C"))
)
)
);
This appears in the list of the available features when setting up and Edition.
However, after setting up the editions; this does not appear in the Upgrade page.
Please advice.
Regards, Vikas
I changed the Db Manually and SMS tarted working. That is good.. Thanks.
The issue is now that I need the user to confirm PhoneNumber and AuthenticatorApp codes.
Need help with that.
Cheers, Vikas
Hi @ismcagdas
The user has a valid phone number. However the Phonenumber is not confirmed in Db,
How do I trigger a confirmation?
Regards, Vikas
Please advice which table is this in?
Hi,
I have configured Twilio as per this guidance for asn .net Core MVC + jquery
https://docs.aspnetzero.com/documents/zero/latest/Development-Guide-Core#twilio-integration
I have also configured the appsetting.json and enabled SMS 2 factor in Host.
I am using AspZero v6.7
However, during login I only get GoogleAuthenticator and Email options in dropdown.
Is this a known issue?
Regards, Vikas
Let me try upgrading to 6.7 and retry.