|
Re: the login procedure [message #21007 is a reply to message #21003] |
Mon, 08 November 2004 15:39 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
In the login.php.t there is a section dealing with "login validation" it starts with the following comment "/* Perform check to ensure that the user is allowed to login */" . That block has various authentication checks, this is where your checks should go to.
In the event of failure you need to call error_dialog() function with the title of the error as the 1st param and the message of error as the 2nd. Other params you can copy from existing calls to the function.
FUDforum Core Developer
|
|
|
|