Take a backup (Production_Portal_PortalFX)
Run the following query on the Production_Portal_PortalFX Database
Select *
From PWUser
Where login='username'
Copy (Ctrl-C) the Userid from the above results
Use the following script on the Production_Portal_PortalFX Database
Select *
From PWWindowsUserMapping
Where UserID='GUID'
Use the Userid from first script where GUID is
You should be able to delete that line.
Delete
From PWWindowsUserMapping
Where UserID='GUID'
User should then be able to login
Comments
0 comments
Please sign in to leave a comment.