|
Element ''UserList'' |
|
|
The UserList element provides with the all interfaces to manage the users of the security system.
This element lists all the users of the system. It also provides filtering and navigation functionalities to locate the users you want. You can add elements into the filtering and the listing section in case of additional user information is available. The input elements in the filtering section should have a "sf_" prefix in their name property. If you want to add, for instance, a 'Dept' filtering criteria then you should name the new input element as 'sf_Dept'. There is a hyperlink defined on the first text element of the listing section (username) that starts a query to return the information of the selected user. You can use the UserProperties and the ResetPassword Elements on the same page with UserList element to build a full featured user administration page.
|