Unable to login, a forum discussion on Jojo CMS. Join us for more discussions on Unable to login on our Administration (backend and configuration) forum.
That did the trick. Seems odd it happened, but thanks for helping me to sort it out.
You must be logged in to post a reply
| |
metalasfuk
10th June
Posts: 2
G'day
I just installed Jojo for my site, and now I can't login to the admin panel. Any ideas why?
I just installed Jojo for my site, and now I can't login to the admin panel. Any ideas why?
Username should be 'admin' and password the same as you entered previously in the setup process.
If you entered your email address correctly, you should be able to use the reset password functionality.
Let me know if still stuck.
If you entered your email address correctly, you should be able to use the reset password functionality.
Let me know if still stuck.
metalasfuk
10th June
Posts: 2
Thanks Harvey. For some reason the reminder thing wasn't working last night... maybe my brain was just fried! LOL
cheers for the help :-)
cheers for the help :-)
stevenhenderson
10th July
Posts: 2
I've just tried this, and cannot login nor reset (even though the webmaster email is the default email address I have tried to reset). Looking at the user table in the database, the admin email was empty for some reason ... perhaps it is something to do with me using a custom Admin URI upon installation?
Either way, I manually inserted email address for admin user but am still geting the following message: "There was an error sending the Reset email. Please contact the webmaster for further help ..."
Is there an alternative way to setup a working admin user?
Either way, I manually inserted email address for admin user but am still geting the following message: "There was an error sending the Reset email. Please contact the webmaster for further help ..."
Is there an alternative way to setup a working admin user?
Seems odd that the above is happening, but there is another way to reset the admin account.
In PHPMyAdmin (or your database editor of choice), browse to the admin user record in the user table. Edit the record - clear the us_salt field, and clear the us_password field.
Next, add your password manually into the field - but you need to enter a SHA password. In phpMyAdmin this is easy, simply choose 'SHA1' from the dropdown next to the text field where you enter the new password and it will hash your password for you.
Also make sure the admin account hasn't been locked from too many failed login attempts (us_locked field should be set to zero).
Grab me on msn if you still can't get in (harvey@ this domain name).
In PHPMyAdmin (or your database editor of choice), browse to the admin user record in the user table. Edit the record - clear the us_salt field, and clear the us_password field.
Next, add your password manually into the field - but you need to enter a SHA password. In phpMyAdmin this is easy, simply choose 'SHA1' from the dropdown next to the text field where you enter the new password and it will hash your password for you.
Also make sure the admin account hasn't been locked from too many failed login attempts (us_locked field should be set to zero).
Grab me on msn if you still can't get in (harvey@ this domain name).
stevenhenderson
10th July
Posts: 2
Harvey said...
In PHPMyAdmin (or your database editor of choice), browse to the admin user record in the user table. Edit the record - clear the us_salt field, and clear the us_password field.
Next, add your password manually into the field - but you need to enter a SHA password. In phpMyAdmin this is easy, simply choose 'SHA1' from the dropdown next to the text field where you enter the new password and it will hash your password for you.
In PHPMyAdmin (or your database editor of choice), browse to the admin user record in the user table. Edit the record - clear the us_salt field, and clear the us_password field.
Next, add your password manually into the field - but you need to enter a SHA password. In phpMyAdmin this is easy, simply choose 'SHA1' from the dropdown next to the text field where you enter the new password and it will hash your password for you.
That did the trick. Seems odd it happened, but thanks for helping me to sort it out.
| Back to Forum Index : Back to Administration (backend and configuration) |
|
