Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

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 ...Deleted User Accounts showing up in AdminDeleted User Accounts showing up in Admin
Previous
 
Next
New Post
4/15/2009 8:09 PM
 

Hi Alex, when you tried to recreate the error was the account you deleted already unauthorized.

I recreated the error on my local system and it happened exactly the same.  If you authorize the user, before you delete, then this bug does not occur.

 
New Post
4/15/2009 8:28 PM
 

But I can reproduce the issue stated here:

http://support.dotnetnuke.com/issue/ViewIssue.aspx?ID=9745

Many thanks.



Alex Shirley


 
New Post
4/16/2009 8:33 AM
 

Thanks Alex, out of desperation I've come up with my own fix.  There are probably many things wrong with doing this (so I wouldn't recomment it to anyone else - I'm not sure what knock on effects this could have) but if anyone can see a better way around it let me know.

I've run this change to the SQL.  They key to this is the addiiton of the line "AND IsDeleted = 0"

ALTER PROCEDURE dbo.GetUnAuthorizedUsers
    @PortalID            int
AS

SELECT  *
FROM    dbo.vw_Users
WHERE  PortalId = @PortalID
    AND Authorised = 0
    AND IsDeleted = 0
ORDER BY UserName

 

 
New Post
4/16/2009 9:06 AM
 

This is almost certainly due to an oversight in the GetUnAuthorizedUsers SP, where the new soft-delete functionality is not observed.  If you're brave, a correction to this SP would likely be straightforward, but in the meantime it should cause no problems with functionality -- it's essentially a display issue.

Brandon


Brandon Haynes
BrandonHaynes.org
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Deleted User Accounts showing up in AdminDeleted User Accounts showing up in Admin


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