Difference between revisions of "mediawiki manual password reset"

From thelinuxwiki
Jump to: navigation, search
(Created page with " sudo php changePassword.php --user=example --password=newpassword")
 
 
Line 1: Line 1:
 +
the change password php file is found in the maintenance folder
 +
 
  sudo php changePassword.php --user=example --password=newpassword
 
  sudo php changePassword.php --user=example --password=newpassword

Latest revision as of 18:44, 7 August 2017

the change password php file is found in the maintenance folder

sudo php changePassword.php --user=example --password=newpassword