account still restricted error fix

11/25/2016 17:56 vstgv#1
for those who got the account still restricted error login.
open your dbo.User_MAster
look at your LeaveDate
just change them to the exact time of your pc (as you editing them).
then the prob'swill be solved. (tested when running ep5 db, and got the error login though the leave is 0). :D
............never got that when running ep3-4 long ago.
11/27/2016 14:02 Arby#2
#moved
02/07/2022 00:46 vicctor99#3
Quote:
Originally Posted by vstgv View Post
for those who got the account still restricted error login.
open your dbo.User_MAster
look at your LeaveDate
just change them to the exact time of your pc (as you editing them).
then the prob'swill be solved. (tested when running ep5 db, and got the error login though the leave is 0). :D
............never got that when running ep3-4 long ago.
Create a New Query and paste this

Code:
UPDATE [PS_UserData].[dbo].[Users_Master]
SET LeaveDate= NULL
WHERE UseQueue= 'False'

UPDATE [PS_UserData].[dbo].[Users_Master]
SET Leave=0