Feature #34968
openStrong Password policy on user section
Description
As we observe there is no active strong password policy on the user password , any user can create a simple and easy password without restrictions which is not a secure practice in terms of security of login , A easy password is a threat to the security , So I want to implement a password policy so that if anyone is setting new password it must fulfil some criteria including capital letters, numbers, special character etc. provide an document or way to do so.
Updated by David Goetschius about 1 month ago
- Priority changed from Low to High
As security is becoming a bigger issue. It is critical that foreman needs to provide Strong Password policies. Systems and Users passwords must follow organization password polices (Password length, number of uppercase letters, number of lowercase letters, number of numbers, and number of special characters). System needs to respond for each new ID if the password does not meet the organization polices. This goes for the GUI, API and Hammer interfaces.