Tutorial
✅ Identify an Account Lockout | A lot of the time people will try to change their password when they are locked out You want to check if their pwdLastSet time is within the lockoutTime variable. If it is, the user attempted to set a password during their lockout time and will need to set a new password when they are unlocked. This password they attempted to set during their lockout time cannot be used. |
🔧 Resolve a Lockout |