mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Yannick Lecaillez
31.51.2016 571c3b4cb6142f4ef5eb41c3b8cf50dd9d6c9c81
1
2
3
4
5
6
user-friendly-name=Password Generator
user-friendly-plural-name=Password Generators
synopsis=Password Generators are used by the password modify extended operation to construct a new password for the user.
description=The server allows any number of password validators to be defined. This can impose any kinds of restrictions on the characteristics of valid passwords. Therefore, it is not feasible for the server to attempt to generate a password on its own that will meet all the requirements of all the validators. The password generator makes it possible to provide custom logic for creating a new password.
property.enabled.synopsis=Indicates whether the Password Generator is enabled for use.
property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Password Generator implementation.