User:Root

From Noah.org
Jump to navigationJump to search
Number of wiki pages
896
Number of pages in main namespace
538
Number of uploaded files
161
Number of page edits
9371

Help

Help:Contents

Templates

Template:wikivar

The quotes template page is here: Template:Quotes

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

old navigation bar

The Sidebar ({{MSGNW:MediaWiki:Sidebar}}) Can be edited here: edit sidebar

  • navigation
    • mainpage|mainpage
    • category:engineering|engineering
    • recentchanges-url|recentchanges
    • sitesupport-url|sitesupport
    • helppage|help
    • randompage-url|randompage
    • portal-url|portal
    • currentevents-url|currentevents