|
|
Sergey Kornilov admin 6/16/2006 |
|
I guess you can use AfterSuccessfulLogin Event to run a query against Grants table. |
|
|
T
|
TheSaint author 6/16/2006 |
|
That would work for me. If we determine the user does not have the correct grants is there a way to invalidate the session/log him out? I guess you can use AfterSuccessfulLogin Event to run a query against Grants table. In this Event you can use @_Session["UserID"] that holds UserID or logged user. |
|
|
J
|
Jane 6/19/2006 |
|
Hi, <td align=right width="50%"> <div align="left"><?php echo mlang_message("REM_PASSWORD");?>:</div> </td> <td width="50%"> <input type=checkbox name=remember_password value="1" <?php echo $strChecked;?>> </td> </tr> |
|