Skip to content

Commit

Permalink
Add sql for update admin password
Browse files Browse the repository at this point in the history
  • Loading branch information
Dody Rachmat Wicaksono committed Apr 24, 2012
1 parent f497270 commit ecc0870
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion upgrade_script/indexu_deluxe_24_to_indexu_70/readme.txt
Expand Up @@ -28,7 +28,9 @@ INSTALLATION
5) Now the database updated. Use phpmyadmin, edit configuration value in lep_config, edit url field to new location (http://www.domain.tld/). Make sure to add slash.

6) Then reset the admin password to 'admin'. Edit lep_user, edit user 'admin', set the password to
c3284d0f94606de1fd2af172aba15bf3
c3284d0f94606de1fd2af172aba15bf3 or run the following sql query:

UPDATE lep_user SET password = 'c3284d0f94606de1fd2af172aba15bf3' WHERE username ='admin'

7) Login into indexu 7 admin panel. Update the category path (admin panel / categories / update category path).

Expand Down

0 comments on commit ecc0870

Please sign in to comment.