I wasn't given the opportunity to set-up an admin username, only a password. However when I attempt to login I am prompted for a username which I don't have. I have tried using my email address, but to no avail. Is there anyway of generating a username or finding out what mine is?
Posts: 6818
The default admin user is "admin".
Jens
--
Gallery Developer
Posts: 2
Fabulous - thanks for your help.
Posts: 4
i wish gallery had put that somewhere on the website
i have been trying to get into it for 2 days and reloaded the whole gallery 3 times trying to work out
what the username is
cheers
Posts: 1
I just created a fresh install of this. Unfortunately I cannot log in. I figured I had mistyped my password or something but After resetting it I know I have not. Interestingly enough the install was not 100% smooth. After I did the configuration page and got no errors when i hit save configuration i got this error Parse error: syntax error, unexpected T_STRING in var/lib/gallery/setup/write.inc line 204. Looking at the file it appears that it just gives you a message about running /usr/share/gallery/secure.sh if you are not on windows (I am on ubuntu so its ok). I just commented out the message and stuck $message .= "<br><br>"; in as filler.
204 <?php
205 if (getOS() != OS_WINDOWS) {
206 if (!empty($message)) {
207 $message .= "<br><br>";
208 }
209 else {
210 // $message = gTranslate('config', ""We highly suggest that you run '/usr/share/gallery/secure.sh' for increased security.");
211
212 $message .= "<br><br>";
213 }
214 }
Any ideas why it would not let me log in?