Thanks @liangshiwei,
I appreciate the quick response. I'll test and let you know how things look.
With a Blazor Server project using the Lepton Theme, do the following...
It seems that any save in the My Account > Personal Info tab unconditionally triggers the Authenticator app to be a valid 2fa provider for the user.
I reproduced this with a newly created 7.4.2 Blazor Server project with the Lepton Theme.
This is excellent news. I believe this feature is a must have for the framework.
ABP Commercial 7.4.2 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme
Hi, We found that that the 2FA option for using an Authenticator App is being presented to the user when logging in even if they have not setup 2FA on their account.
We recently upgraded to 7.4.2 which includes the Authenticator feature and when a user sets it up, it works perfectly.
What we noticed, however, is that if a user never sets it up, and simply saves something on their 'My Account' area (not related to 2fa or authenticator) the new 2fa option is now presented to the user when logging in - even though they never set it up and can't use it.
Please advise. Any workarounds are greatly appreciated.
Thanks
ABP Commercial 7.4.2 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme
Hi,
The password complexity validation message can sometimes have the text Identity.Default
appended to the end of it.
Steps to reproduce:
For anyone running into the same issue, you just need to inject ABP's ISettingProvider
See ABP's documentation
ABP Commercial 7.4.2 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme
Hi,
How can I get the password complexity requirements setup in ABP Settings for use in JS on the front-end Registration page?
Is there a Service that can be injected for use in the Registration page?
I tried the following, but it returns the default password settings from MS instead of the values set in the ABP Settings page.
private readonly IdentityOptions _identityOptions;
public nVisionRegisterModel(IOptions<IdentityOptions> identityOptions) : base ()
{
_identityOptions = identityOptions.Value;
}
Thanks in advance!
Thank you for the confirmation on this @liangshiwei
ABP Commercial 7.4.2 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme
Hi
After an upgrade from 7.2.1 to 7.4.2, we noticed a new column 'User Count' in role administration.
The count seems to include users that have been soft deleted which we believe is misleading to users.
Please advise.
Regards, Brian