Mor user password change HOW-TO

From Kolmisoft Wiki
Revision as of 10:54, 22 October 2008 by Admin (talk | contribs)
Jump to navigationJump to search

Login to http://your.mor.server.or.ip.address.where.mor.is.installed/phpmyadmin/ using default userpass (use mor as a login and mor as a password).

Then press Query Window

Sql.jpg

Enter fallowing code SET password=password("YourNewPasswordGoesHere") into newly appeared window and press Go.

Example: If I want to change my password to 12345 I will enter SET password=password("12345")