This module manages the changing of avatar logins. It basically ensures that no two users have the same login on a site.
There are three similar modules (LoginPx) which are used for secure management of logins via a database.
It also informs the other modules of the changes of visitors login
| Event |
Function |
| login.loginChanged à
module Action |
Event generated at the time of the login change by an avatar. The new login passed in parameter. This event is normally linked to the action module.!changeLogin of the concerned modules (C3D3, colorTerm, Log,...) |
| login.log à
Log.log |
Records the login changes in the log file of the site. |
| login.shown à
module Action |
Displaying the module generates an action |
| login.hidden à
module Action |
Hiding the module generates an action |