Set password requirements

Pentaho Business Analytics

Version
10.1.x
Audience
anonymous
Part Number
MK-95PDIA004-17
Users can change their own passwords if the server is configured with Pentaho security. As a Pentaho administrator, you can add options to set password length and character requirements.

Perform the following steps to set password requirements:

  1. Navigate to the server/pentaho-server/pentaho-solutions/system directory and open the security.properties file with any text editor.
  2. By default, the password length is set to 0 and the special character requirement is set to false. Change the default values in the security.properties file to your password requirements.
    PUC_USER_PASSWORD_LENGTH=0
    PUC_USER_PASSWORD_REQUIRE_SPECIAL_CHARACTER=false
  3. Save and close the file.
  4. Restart the Pentaho server.