Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DNN 9 - Unlock Locked out userDNN 9 - Unlock Locked out user
Previous
 
Next
New Post
1/9/2017 3:37 PM
 

I am running DNN 9 on one of my test sites and got a locked out user.   I went into the user management and found the user (A superuser), and went to unlock the user.    There is no option now to unlock the locked user account.    Unless I am missing something.  Can someone enlighten me on how I am supposed to unlock a locked out user in DNN 9??

 
New Post
1/9/2017 4:55 PM
 
Hi Chaitanya Marvici,

Thanks for pointing to issue. We have created a ticket for the functionality and it will resolved in future release.

Link to ticket: https://dnntracker.atlassian.net/brow...

Regards,
Amarjit Dhunna

Amarjit Dhunna Dnn Corp.
 
New Post
1/10/2017 5:00 AM
 

Chaitanya Marvici,

When you go to "Manage" >> "Users", you find three dots at the very right side of the row. Clicking there opens a menu with the option "Authorize User" or "Un-Authorize User" (depending on the user's state in this portal).

If you can't find that, you can do it in SQL ("Settings" >> "SQL Console"):

UPDATE {databaseOwner}{objectQualifier}UserPortals
SET Authorised = 1
WHERE UserID = (SELECT UserID FROM {databaseOwner}{objectQualifier}Users WHERE UserName = '[USERNAME_HERE]')
   AND PortalId = [PORTAL_ID_HERE]

Don't forget to clear cache or restart the application pool after this statement. And these are the tools I did not find in the new Persona Bar, so you can do it by changing the web.config file ("Settings" >> "Config Manager") by adding an empty or a comment line somewhere and save the changes, then change it back to the original and save it.)

Happy DNNing!
Michael


Michael Tobisch
DNN★MVP

dnn-Connect.org - The most vibrant community around the DNN-platform
 
New Post
1/10/2017 9:46 AM
 

Locked Out and Authorized are 2 different things.  I had no problem finding out how to authorize the user, but unlock user should also be in that menu, but isn't.

 
New Post
1/10/2017 11:12 AM
 
Chaitanya Marvici,

you are right, sorry for the misunderstanding. The IsLockedOut property can be found in the aspnet_Membership table, so it can be changed there.

Happy DNNing!
Michael

Michael Tobisch
DNN★MVP

dnn-Connect.org - The most vibrant community around the DNN-platform
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DNN 9 - Unlock Locked out userDNN 9 - Unlock Locked out user


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out