-
Notifications
You must be signed in to change notification settings - Fork 979
Reset a Password
Daniel Neto edited this page Sep 5, 2023
·
5 revisions
Should you need to reset your password, AVideo can assist by sending you a dedicated reset link.
To utilize the email reset option, ensure that you've configured an email server. Instructions for setting up an email server can be found here: Setting up AVideo to send emails.
If you encounter issues receiving the reset link via email, there's an alternative method available, provided you have SSH access.
Follow the steps below to reset your password using SSH:
-
Navigate to the installation directory:
cd /var/www/html/AVideo/install
-
Execute the recovery script:
php recoverPassword.php
-
Input the username for which you want to reset the password, and you'll be prompted to enter the new password.
root@xyz:/var/www/html/AVideo/install# php recoverPassword.php
Enter the username or press enter to skip:
admin
Enter a new password for the user admin or press enter to skip:
123
Confirm the new password for the user admin:
123
Also verify email for user admin (yes/no):
yes
Your new password was saved