User:Root
From Noah.org
- Number of wiki pages
- 512
- Number of pages in main namespace
- 333
- Number of uploaded files
- 85
- Number of page edits
- 5504
Contents |
Help
User Management
Change a user's password
If a user forgets their password you must reset it directly in the database. The user_password is the MD5 hash of the user_id + '-' + the MD5 hash of the plaintext password. The following examples set the password for user #1 to 'plaintext_password'.
MySQL:
UPDATE user SET user_password=md5(CONCAT('1-',md5('plaintext_password'))) WHERE user_id=1;
User Management Docs
- http://www.mediawiki.org/wiki/Extension:NetworkAuth -- this allows authentication by IP address.
- http://meta.wikimedia.org/wiki/Regexp_wgWhitelistRead
- http://www.mediawiki.org/wiki/Category:Permission
- http://www.mediawiki.org/wiki/Manual:Configuration_settings#User_Access
- http://www.mwusers.com/forums/showpost.php?p=15659&postcount=5
- http://www.mwusers.com/forums/showpost.php?p=2312&postcount=4
old navigation bar
- navigation
- mainpage|mainpage
- category:engineering|engineering
- recentchanges-url|recentchanges
- sitesupport-url|sitesupport
- helppage|help
- randompage-url|randompage
- portal-url|portal
- currentevents-url|currentevents