For AI agents: visit https://docs.strivacity.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Name | Description |
|---|
| Password authentication (success:password_authentication, failure:password_authentication) | Password authentication was either successful or failed. |
| Password reset (success:password_reset, failure:password_reset) | Resetting the password was either successful or failed. |
| Forgotten password requested (success:forgotten_password_request) | The forgotten password request was successful. |
| Password changed (success:password_change) | The password was successfully changed. |
| Account lockout (failure:account_lock) | If an account lockout is configured and the maximum number of attempts has been reached, an account lockout occurs. |
| Name | Description | Outcome name | Outcome description |
|---|
| Password enrollment started (passwordEnroll) | The password enrollment phase has started. | Continue (continue) | The password was a success and the phase proceeded to the next step. |
| Password started (password) | The password phase has started. | - Authenticated (authenticated)
- Password reset by phone (password_reset_by_phone)
- Password skipped (passwordSkip)
| - The password was authenticated.
- The password has been reset by phone.
- The password was skipped.
|
| Password reset initiated (passwordReset) | The password reset phase has been initiated. | | |
| Password reset by phone passcode (passwordResetPhonePasscode) | The user has selected reset by phone passcode. | Password reset allowed (password_reset_allowed) | The password reset is allowed. |
| Name | Description | Outcome name | Outcome description |
|---|
| Pre-password (prePassword) | The need for a password is being evaluated. | - Password needed (passwordIsNeeded)
- Password not needed (passwordIsNotNeeded)
| - A password is needed to continue.
- The password is not needed to continue.
|
| Password enrollment assessment (passwordEnroll) | Enrollment via password is being assessed. | Password enrolled (passwordEnrolled) | |
| Password assessment (password) | The password is being assessed. | - Hook authenticated (hookAuthenticated)
- Password authenticated (passwordAuthenticated)
- Password authenticator created (passwordAuthenticatorCreated)
- Rejected (rejected)
| - The hook was authenticated.
- The password was authenticated.
- The password authenticator was created.
- The password was rejected.
|
| Password reset (passwordReset) | Enrollment via password is being assessed. | | |
| Forgotten password email triggered (forgottenPasswordEmail) | A user clicked "forgot password" and chose email as their method of receiving the link. | Magic link sent (magicLinkSent) | A magic link has been sent to the user to reset their password. |
| Forgotten password phone triggered (forgottenPasswordPhone) | A user clicked "forgot password" and chose phone as their method of receiving the passcode. | Passcode sent (passcodeSent) | A passcode has been sent to the user to reset their password. |