I've just downloaded the DLL package and while we can lockout the user after x attempts, we can't see a way of resetting the user account to allow them to login again.
What do we need to do in order to reset the users account?
Thanks for getting back to me, we ended up creating a trigger on the table to check if the max attempts were reached and then we disabled the user account. We then added another trigger on the user account to delete the row in the logging table when the user re-enabled their account.
User remains permanently locked out
Hello,
I've just downloaded the DLL package and while we can lockout the user after x attempts, we can't see a way of resetting the user account to allow them to login again.
What do we need to do in order to reset the users account?
Many thanks
Paul
They will unlock automatically after a few minutes I think the default is 10 minutes
Hi Steve,
Thanks for getting back to me, we ended up creating a trigger on the table to check if the max attempts were reached and then we disabled the user account. We then added another trigger on the user account to delete the row in the logging table when the user re-enabled their account.
Thanks
Paul
is working on a reply...