aspnetcore.identity.password_check_result
Developmentenumas of v1.44.0
The result from checking the password.
Examples
- success
- failure
Values (5)
successPassword check was successful.success_rehash_neededPassword check was successful however the password was encoded using a deprecated algorithm and should be rehashed and updated.failurePassword check failed.password_missingPassword check couldn't proceed because the password was missing from the user.user_missingPassword check couldn't proceed because the user was missing.
Used by
metrics (1)
- aspnetcore.identity.user.check_password_attempts
* required on that signal.
History
Added as development.