Did you change the system date for any reason for instance because you wanted to test something on a future date? There is an edge case issue when doing this will mess up login and then you need to restart your computer in order to be able to log in again for instance.
Can also happen if the domain name contains and underscore I think, which I doubt is the issue in your case though :)
Rest Umbraco Password - Should be easy.. but
This is the code from my web-config file:
And this is what my database user table looks like
I have set the passwords to be clear but yet I still can not log in with
[email protected] and password default
I have tried using a hashed password and setting that in the web-config file no joy..!
It was working fine then one day I couldn't log in HELP!
Thanks in advance
Hi Ayo
Have you tried every mentioned option from this post? http://our.umbraco.org/forum/using/ui-questions/4790-ouch-forgot-admin-password-how-to-reset
Did you change the system date for any reason for instance because you wanted to test something on a future date? There is an edge case issue when doing this will mess up login and then you need to restart your computer in order to be able to log in again for instance.
Can also happen if the domain name contains and underscore I think, which I doubt is the issue in your case though :)
Hope this helps.
/Jan
I tried every single thing....
no luck... there MUST be away round this... ? Do I have to start my umbraco site all over again?
Im using V7. How about stepping through the actual umbraco source code and seeing whats going on...?
Really frustrating for a problem that should be very minor.
I tried every single thing....
no luck... there MUST be away round this... ? Do I have to start my umbraco site all over again?
Im using V7. How about stepping through the actual umbraco source code and seeing whats going on...?
Really frustrating for a problem that should be very minor.
Another thing tha might be relevanet
the table umbracoUser has one record in it... but the umbracoUserLogins table is empty
does that make any difference?
is working on a reply...