Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

GeneratePasswordIfEmpty

Summary

Sets if eZ Publish should generate passwords if the password field is empty.

Usage

 

GeneratePasswordIfEmpty=true|false

Description

If GeneratePasswordIfEmpty is set to true, eZ Publish will automatically accept and generate passwords for users if the password field is empty. You can simply leave out the password field in the user register template.

If GeneratePasswordIfEmpty is set to false the user must select a password that is at least three characters long. Shorter passwords will not be accepted.

Frederik Holljen (02/03/2005 3:04 pm)

Frederik Holljen (02/03/2005 3:07 pm)


Comments

  • Minimum password length

    The minimum password length doesn't have a fixed value of 3 characters as stated here. This is only the default value in site.ini. It can be set to another value with the MinPasswordLength setting.