-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
I have a custom command line install script I use for a farm installation of mediawiki and i'm having trouble using it with 1.10.0. It's erroring out at: $u->setPassword( $conf->getSysopPass() ); with the error "forbidden-password-change". The script is primarily been copied from the config.php setup script.
Is there some variable i'm missing that has to be set to allow this change via command line? Thanks!
- -- Aaron Axelsen lists@frozenpc.net
Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Aaron Axelsen wrote:
I have a custom command line install script I use for a farm installation of mediawiki and i'm having trouble using it with 1.10.0. It's erroring out at: $u->setPassword( $conf->getSysopPass() ); with the error "forbidden-password-change". The script is primarily been copied from the config.php setup script.
Is $conf->getSysopPass() empty or the same as the username?
- -- brion vibber (brion @ wikimedia.org)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
It is neither, it's set to a generic admin password we have been using.
- -- Aaron
Brion Vibber wrote:
Aaron Axelsen wrote:
I have a custom command line install script I use for a farm installation of mediawiki and i'm having trouble using it with 1.10.0. It's erroring out at: $u->setPassword( $conf->getSysopPass() ); with the error "forbidden-password-change". The script is primarily been copied from the config.php setup script.
Is $conf->getSysopPass() empty or the same as the username?
-- brion vibber (brion @ wikimedia.org)
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Any other thoughts on this? Thanks!
Aaron Axelsen wrote:
It is neither, it's set to a generic admin password we have been using.
-- Aaron
Brion Vibber wrote:
Aaron Axelsen wrote:
I have a custom command line install script I use for a farm installation of mediawiki and i'm having trouble using it with 1.10.0. It's erroring out at: $u->setPassword( $conf->getSysopPass() ); with the error "forbidden-password-change". The script is primarily been copied from the config.php setup script.
Is $conf->getSysopPass() empty or the same as the username?
-- brion vibber (brion @ wikimedia.org)
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org