Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "aggarwal"

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

I don't see an entry there.

Please advice which table is this in?

I am sorry I don't understand why I need to explain this. I will clarify anyway.

AspZero features page lists this feature as per below screenshot.

What is this setting for in Host?

Hi @aaron,

I have enabled SMS in Host, however its not coming in dropdown as option.

Regards, Vikas

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.

Showing 11 to 20 of 63 entries