Reference Guide
...
Password Vault
Password Blacklist for Vault Static Accounts
since the passwords for static vault accounts are manually defined, it is necessary to check whether the entered password is on the list of most commonly used passwords and provide a warning message to the user three methods are used for password blacklist validation exact used to check whether the entered password is identical to any values in the most commonly used password list contains used to check whether the entered password contains any values from the most commonly used password list regex used to define specific patterns based on the values in the most commonly used password list and find texts that match these patterns for now, the most commonly used passwords are inserted into the database tables using an excel list the below methods will be used as password validation when creating the most commonly used password list exact contains regex db id match type match value 3000125 exact amanda 3000126 exact andrea 3000127 exact andrew 3000128 exact angel 3000129 contains ist34 3000130 contains ank06 3000131 contains izm35 3000132 contains izm35 3000133 contains ank06 3000134 contains ist34 3000135 contains 1234qwer when creating a static vault account or using the update password option, the entered password is checked according to the password method in the database, and a warning message is displayed to the user on the screen if the user still wants to use the password then click the continue button and the warning message will be shown once the vault account is successfully created, the user is notified that the process is completed