Login 3.0

Category / Domain: Administration
Compatibility SCOL Voy@ger V 2.0c and superior
Update: 12/1999

Function

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

Configuration


Figure 1 : Interface of the Login module

Implementation

Action Function
module.event à login.start Start the LOGIN module
module.event à login.hide Hide the LOGIN module
module.event à login.show Show the LOGIN module (the module must be started beforme displaying it).

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

Zone Function Interface Assignment
Login.login Interface which enables the user to change their login Client No
Login.text Zone displaying information relating to the change of login Client No
Login.button

Button used to open the Login window

Client Yes