0
sumitshah created
Hi Team,
We need to implement the validation where the user cannot use the recent - last <configurable> for eg. 5, passwords during password reset. As per our understanding and looking at the abp tables, we are not maintaining the recent passwords.
Is there a way we can implement this validation?
This is an urgent requirement from our stake holders.
Regards.
2 Answer(s)
-
0
Hi sumitshah, Sorry, ABP Zero does not provide this feature. You need to create a database table to store the last 5 passwords (do not use plain text), and judge when changing the password.
-
0
Thank you for the prompt reply. We will implement in the above suggested way.