Using an admin user I've changed the password of another user....no one can logon anymore...this release is a mess! Please someone out there could help me? I'm using CE as database
There are a few things you can try. Firstly, restart the web application (touch the web.config) and see if that resolves the isuse. If not, then it sounds like your users have locked themselves out after too many tries. You can resolve this by going into the database directly and inspecting the umbracoUser table and check the UserDisabled and UserNoConsole fields.
thanks for aswering! I've solved the problem installing a Visual Studio tool to manage SQL CE and then I've unlocked the users. All the users were in a "locked" status.
Umbraco 7 can't logon...this release is a mess!
Using an admin user I've changed the password of another user....no one can logon anymore...this release is a mess! Please someone out there could help me? I'm using CE as database
Giacomo
Mayb that's the reason
"Cannot validate member xxxx because they are currently locked out"
It's a complete disaster
Hi Giacomo,
This looks like a similar issue to this thread:
http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/52934-Login-Umbraco7
There are a few things you can try. Firstly, restart the web application (touch the web.config) and see if that resolves the isuse. If not, then it sounds like your users have locked themselves out after too many tries. You can resolve this by going into the database directly and inspecting the umbracoUser table and check the UserDisabled and UserNoConsole fields.
- Rob.
Hi Robert,
thanks for aswering! I've solved the problem installing a Visual Studio tool to manage SQL CE and then I've unlocked the users. All the users were in a "locked" status.
Thank you again
Giacomo
is working on a reply...