AFSWiki Change Any User's Password
From AFSWiki
- determine the account Username
- Log in to the afswiki account, and provide the appropriate password.
ssh -l afswiki eldfell.pair.com
- Move to the maintenance directory:
cd maintenance
- Change the password. In the following example, the user "Test2" will get a password of "foobar":
php changePassword.php --user=Test2 --password=foobar