After installing v4.5.1 I'm having a problen logging in, after trying to login for the first time the page seems to load but hangs with a status bar until manully stopped.
I've had a look at the log table with the row below (bold).
I've googled this with no results, has any else had this problem?
DIid you do a fresh install or an upgrade from a previous umbraco Database?
if it's an upgrade and you have a backup of your database before the upgrade, I suggest copying your password from your backed up version (hashed) to your current one (clear) using SQL server management studio.
Thanks for your reply, this is a new installation of Umbraco, I'm considering removing the installation and re-installing but before that it seems that the passwords are key to this.
V4.5.1 can't login after install
Hi,
After installing v4.5.1 I'm having a problen logging in, after trying to login for the first time the page seems to load but hangs with a status bar until manully stopped.
I've had a look at the log table with the row below (bold).
I've googled this with no results, has any else had this problem?
Thanks for any help with this.
David
76
0
-1
04/08/2010 20:53:07
NotFound
umbraco (from '')
Happend to me a while back during upgrade.
To solve it I changed in the web.config the two places the value: "Hashed" appears to "clear".
Than I run the following SQL:
Now login into the system with the password: default.
After logged in undo the changes in web.config.
Change your password thru the admin interface and now all should be well.
HTH,
Gal.
Gal,
Thanks for you help on this.
I've changed the web.config as above and run the SQL Query, tried to login but I'm having the same problem when trying to login.
I'll keep on looking for a solution.
Thanks
David
DIid you do a fresh install or an upgrade from a previous umbraco Database?
if it's an upgrade and you have a backup of your database before the upgrade, I suggest copying your password from your backed up version (hashed) to your current one (clear) using SQL server management studio.
that worked for me at least.
- Tim
Tim,
Thanks for your reply, this is a new installation of Umbraco, I'm considering removing the installation and re-installing but before that it seems that the passwords are key to this.
I'll keep on hacking away at this.
Thanks
David
is working on a reply...