| 1 |
This modules provides a menu with links for [Log in][My account][Log out].
|
| 2 |
|
| 3 |
These links are dynamic, only [Log in] is displayed if the user has not
|
| 4 |
logged in. After, [My account][Log in] are shown.
|
| 5 |
|
| 6 |
There is a "Register" link that's initially disable. Enable this if you want
|
| 7 |
to have one link for login and one for register. You can customize the menu
|
| 8 |
link title by editing the menu.
|
| 9 |
|
| 10 |
By default these links are in the menu "Account menu". It can be used like
|
| 11 |
the primary-links menu. These links can be moved to be part of any other
|
| 12 |
menu using the admin/settings/accountmenu screen.
|
| 13 |
|
| 14 |
The [Log in] link takes the user to the Drupal login screen. After the user
|
| 15 |
sucessfully log in, the screen return back to the page from where the user
|
| 16 |
originally click [Log in] link.
|
| 17 |
|
| 18 |
The links are fully configurable through the admin/build/menu interface.
|
| 19 |
However, remember that if you subsequently move the links to another menu,
|
| 20 |
the configuration changes are lost. So it's best to first move the links
|
| 21 |
first, then set configuration.
|
| 22 |
|
| 23 |
The "My account" link title can include tokens !name or !realname. !name is replaced
|
| 24 |
with the log in name, !realname is replace with the real name if the RealName module
|
| 25 |
is installed, if not, it's replaced with the log in name.
|