Base solution for your next web application
Open Closed

Recently used passwords check #9531


User avatar
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)
  • User Avatar
    0
    zony created
    Support Team

    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.

  • User Avatar
    0
    sumitshah created

    Thank you for the prompt reply. We will implement in the above suggested way.