Forgot Password?
Reset Password via Forgot Password Email
Self-Hosted Cloud
If you've forgotten your password, you can reset it via email by following these steps:
- Visit the SysReptor login page at
https://sysreptor.example.com/login/
- Click on the "Forgot Password?" link below the login form
- Enter your email address of your SysReptor account
- We will send you an email with a link to reset your password
- Click on the reset password link in the email
- On the password reset page, enter your new password and confirm it
- You can now log in with your new password
Info
Email sending and FORGOT_PASSWORD_ENABLED
need to be configured.
Your user also needs to have an email address set.
Reset Password via User Admin Interface
Self-Hosted Cloud
Administrators with superuser or user manager permissions can reset passwords for any user through the admin interface at https://sysreptor.example.com/users/<user-id>/reset-password/
:
- Log in to SysReptor with an account that has superuser or user manager permission
- Navigate to the Users section by clicking on "Users" in the main navigation menu
- Find and select the user whose password needs to be reset in the user list
- Click on the "Reset Password" button for that user
- Set a new password for the user. You can also check "Must change password" to force the user to change their password upon their next login
- The user can now log in with the new password
Reset Password via CLI
Self-Hosted
As a last resort, you can reset your password via the command line.
Go to sysreptor/deploy
and run:
1 |
|