Difference between revisions of "change mediawiki user password via command line"

From thelinuxwiki
Jump to: navigation, search
(Created page with "the changePassword.php is in the maintenance directory off the mediawiki root # php changePassword.php --user=john --password=abc123 category:mediawiki")
 
 
Line 1: Line 1:
 
the changePassword.php is in the maintenance directory off the mediawiki root
 
the changePassword.php is in the maintenance directory off the mediawiki root
  # php changePassword.php --user=john --password=abc123
+
  # php changePassword.php --conf=LocalSettings.php --user=john --password=abc123
  
 
[[category:mediawiki]]
 
[[category:mediawiki]]

Latest revision as of 02:03, 26 May 2017

the changePassword.php is in the maintenance directory off the mediawiki root

# php changePassword.php --conf=LocalSettings.php --user=john --password=abc123