0
PMS created
Hi there,
In live site host user is locked now i have check the user related table in database but cant able to find lock related information. Can you pelase help me that how can we unloack host user.
6 Answer(s)
-
0
-
0
You can set the user's LockoutEndDateUtc to null in the database.
-
0
Hi @Ryancyq & @maliming,
This is the user interface . I want to lockout user from the database :)
Thanks
-
1
hi PMS
You can set the user's LockoutEndDateUtc to a utc time and IsLockoutEnabled to true in the user table of the database.
-
0
Okay Thanks
-
0
I tried setting LockoutEndDateUtc to null but it still doen't work. Any idea how to unlock users from the backend?