Give us feedback
password-history
Service icon

Password History

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 07 July 2022 by 
0.0
 (0 ratings)
password-history

Password History

Details
Function to validate your previous passwords history.
Read more

Outsystems has no ability to validate your previous history of passwords. Wherein you can update your password with the current password successfully.

Using the component will help you to store your recent and previous passwords and validate them whether the password was used before.

How To Use?

  • Call the "PasswordHistory" action before you Create or Update user credentials like the sample image above.

What to Expect?

  • The component will let you to input how many number of previous passwords (newest) you want to validate.
  • Will store the passwords in a safely manner on how Outsystems do the thing.
  • The function will return "True" If there's a match within your previous passwords set up. Else, "False" and will store your new password in history table.

ParametersDescriptionData TypeMandatory
UserIdId of your user.IdentifierYes
PasswordNewly inputted password to validate (not encrypted).TextYes
NumberOfPassword Number of previous passwords you want to check.IntegerYes
ApplicationTypeYou can input the application name on where the users changed their password (In case you have multiple application with same users).TextNo


For more information, suggestions, clarifications and corrections, just hit my inbox up.

Release notes (1.0.1)

This version will also validate a password on your application in case someone will change the password thru Users module or from other method.

Reviews (0)
Team