The login configuration file

Use the login configuration file to specify whether a user name and password, or only a user name, are required at login. We can use the optional entry nameOnly in the login configuration file to specify which of two login modes your application uses. We can configure the module to require either a user name and a password (default behavior), or only a user name. To require only the user name, specify nameOnly=true in the configuration file. If nameOnly is omitted or specified to be "false", both the user name and the password are required.

See also: Example login configuration file

Parent topic: Authenticating users and obtaining credentials