Hi the context menu Disable in umbraco, when i disable it, how do i enable it back? I tried doing an SQL Update as well to table umbracoUser column userDisabled but did not work as well, it does not show up in the users list
1. So there is no way to enable user rather than running SQL Query? 2. Also can a user change his "own" password without having access to "Users" area cause i only want that user to manage Content and Media. 3. Is there a forgot password link for user when they are trying to login? or that needs to be customly coded?
Yes, I think unfortunately you are right so - due to current limitations. Creating a custom dashboard control should be the best option I guess. There is one that lets an admin user to change password, perhaps you could just move it to another section (wild guess).
Other than that I'd advice you to look for current feature requests on umbraco.codeplex.com - or add your own if there's no existing (I did not find any on a quick search just now).
Hi, turns out in umbraco 4.6.1 there is already an Edit Password section for currently logged in member. Anyway thanks a lot for your help Jonas. Much appreciated :).
umbraco user disable
Hi the context menu Disable in umbraco, when i disable it, how do i enable it back?
I tried doing an SQL Update as well to table umbracoUser column userDisabled but did not work as well, it does not show up in the users list
Is this a bug? i am using umbraco 4.5.2
Thank u
Hi! I think you might need to restart the app (touch web.config for example) for Umbaco to reload the status of the user.
Thanks a lot, that worked.
1. So there is no way to enable user rather than running SQL Query?
2. Also can a user change his "own" password without having access to "Users" area cause i only want that user to manage Content and Media.
3. Is there a forgot password link for user when they are trying to login? or that needs to be customly coded?
Thank u
Yes, I think unfortunately you are right so - due to current limitations. Creating a custom dashboard control should be the best option I guess. There is one that lets an admin user to change password, perhaps you could just move it to another section (wild guess).
Other than that I'd advice you to look for current feature requests on umbraco.codeplex.com - or add your own if there's no existing (I did not find any on a quick search just now).
Regards
Jonas
Hi, turns out in umbraco 4.6.1 there is already an Edit Password section for currently logged in member. Anyway thanks a lot for your help Jonas. Much appreciated :).
is working on a reply...