Difference between revisions of "Mor user password change HOW-TO"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: Login to http://your.mor.server.or.ip.address.where.is.mor.installed/phpmyadmin/ using default userpass (use mor as a login and mor as a password). Then press Query Window [[Image:Exampl...)
 
Line 3: Line 3:
Then press Query Window
Then press Query Window


[[Image:Example.jpg]]
[[Image:Sql.jpg]]


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

Revision as of 10:52, 22 October 2008

Login to http://your.mor.server.or.ip.address.where.is.mor.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.