This page last changed on Dec 10, 2009 by csut017.

User Password Authentication

User password authentication checks that the user name and password combination is valid.

Version

Available from version 1.5

Examples

Simple example
<passwordUser name="johndoe" password="whoareyou" display="John Doe" />

The following example shows how this user definition can be used with an internal security definition.

Example in Context
<internalSecurity>
  <users>
    <passwordUser name="johndoe" password="whoareyou" display="John Doe" />
  </users>
  <permissions>
    <!-- Omitted for brevity -->
  </permissions>
</internalSecurity>

Configuration Elements

Element Description Type Required Default Version
display The display name for this user.
If this is not set, the name will be used as the display name.
String No None 1.5
password The password for this user. String Yes n/a 1.5
name The name for this user. String Yes n/a 1.5

Notes

This element simply stores a user name and password - authentication is that the password is valid for the user name.
It is possible to use wildcards in this element - see Wildcards in User Names.

Automatically Generated

Documentation generated on Thursday, 10 Dec 2009 at 7:48:17 PM

Document generated by Confluence on Jan 23, 2011 08:52