| 1 |
; $Id: README.txt,v 1.1 2008/06/03 19:43:14 nancyw Exp $
|
| 2 |
|
| 3 |
The RealName module allows the admin to choose fields from the user profile
|
| 4 |
that will be used to add a "realname" element (method) to a user object.
|
| 5 |
Hook_user is used to automatically add this to any user object that is loaded.
|
| 6 |
|
| 7 |
Installation
|
| 8 |
------------
|
| 9 |
Standard module installation applies.
|
| 10 |
|
| 11 |
Menus
|
| 12 |
-----
|
| 13 |
The only menu item is for the settings page.
|
| 14 |
|
| 15 |
Settings
|
| 16 |
--------
|
| 17 |
The settings page is at Administer >> User >> Realname.
|
| 18 |
|
| 19 |
This is where you choose which fields from the profile will be used
|
| 20 |
to create the user's RealName.
|
| 21 |
|
| 22 |
Note: Currently only "single line textfield" data will be shown.
|
| 23 |
|
| 24 |
The "Separator" value will be placed between the pieces of the name.
|
| 25 |
|
| 26 |
TODO: Change to a pattern for more flexilibility.
|
| 27 |
|
| 28 |
Permissions
|
| 29 |
-----------
|
| 30 |
There are no new permissions. The settings page is controlled by the
|
| 31 |
"administer users" permission.
|