|
CruiseControl.NET : User Password Authentication
This page last changed on Dec 10, 2009 by csut017.
User Password AuthenticationUser password authentication checks that the user name and password combination is valid. VersionAvailable from version 1.5 ExamplesSimple 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
NotesThis element simply stores a user name and password - authentication is that the password is valid for the user name.
|
| Document generated by Confluence on Jan 23, 2011 08:52 |