Skip to content

Reset a Password

YouPHPTube edited this page Feb 25, 2019 · 5 revisions

Forgot Password

If you need help resetting your password, we can help by sending you a link to reset it.

But to do this you need to configure an email server. If you want to configure an email server try this: https://github.com/DanielnetoDotCom/YouPHPTube/wiki/Setting-up-YouPHPTube-to-send-emails

If you were not able to receive a link to reset it, we offer you a second option but you will need to have SSH access to be able to use this option.

How to Reset a password with SSH

you will need to move yourself to the install directory.

cd /var/www/html/YouPHPTube/install

then you will run the script using the command line

php recoverPassword.php

type the name of the user you want to change the password and you will be prompted for the new password

Clone this wiki locally