Main Page - Log in -

User:Root

From Noah.org

Jump to: navigation, search
Number of wiki pages
512
Number of pages in main namespace
333
Number of uploaded files
85
Number of page edits
5504

Contents

Help

Help:Contents

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

edit

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