Closed HeyJoel closed 2 years ago
Fixed, will be released in v0.10:
ValidateUserAccountRecoverytRequestQuery
now returns the standard ValidationQueryResult
that uses error codes rather than an enum, which is better suited to API responses. The constants in UserAccountRecoverytErrorCodes.RequestValidation
can be used in place of the enum to match codes if you need similar functionality.UserSettings.AccountRecovery
with configurable max attempts settingsAuthenticationSettings.NumHoursPasswordResetLinkValid
is now UserSettings.AccountRecovery.ValidityPeriod
UrlBase
parameter out of InitiateUserAccountRecoveryRequestCommand
and into UserSettings.AccountRecovery.RecoveryUrlBase
When we add the ability for an admin user to reset a password, we should better clarify the naming of the current self-service "forgot password" feature, renaming it from "Password Reset" to "Account Recovery". We should also audit the functionality and check we're happy with how it works within the scope of the larger task to review User Areas as a whole.