We use this process if you have forgotten your password to the admin account
be sure to review our How-To Read our How-To's before you begin this. It will explain some of our syntax standards to you.
Note: This assumes your "gallery" folder is called "mdGallery".
-
Create a file named "resetadmin" in your /mdGallery/setup directory.
-
You can do this by typing at the prompt..
-
$ cd whatever/modules/mdGallery/setup
-
$ touch resetadmin
-
Visit the configuration wizard in your browser
-
http://MySiteName.com/modules/mdGallery/setup/
-
Follow the instructions on the page.
-
You can echo the key into the file with...
-
$ echo 'MyKeyText' > resetadmin
-
Specify a new password in step 2 of the configuration wizard
-
When you are done delete the "resetadmin" file out of the setup folder.