Check user's status ( Active or Inactive)  in Forgot Password process in order to Allow/Reject the Resetting  password process
- 
 Hi, my application scenario is that we don't want Locked Users ( users with status Inactive ) have ability to reset their password thru Forgot password process?. Is there a way to accommodate this by checking user's status after they put in their email in Forgot Password screen ? 
 Any recommendation would help please.
 Thank you!
- 
 @hareply1 I assume the status field is a custom field? You can use the APIs to query the user and then allow or not allow based on that. 
