Password reset
Endpoints for resetting user passwords
📄️ Creates a password reset token and link for the given user
Creates a password reset token and link for the given user
📄️ Gets the public key for verifying password reset tokens
Gets the public key for verifying password reset tokens
📄️ Resets the user's password if the token is correct
Resets the user's password if the token is correct
📄️ Resets the public and private keys
Will invalidate all password reset tokens
📄️ Sends the user an email containing a password reset link
Sends the user an email containing a password reset link
📄️ Change admin password and set system locale, system timezone
Superadmin permission required
📄️ Parse and verify a password reset token
Verifies the signature, but does not verify the claims