added csrf protection to workers under sitewide config added csrf protection to notifications under sitewide config added csrf protection to invitations under sitewide config cleaned up login page csrf cleaned up contactform/contactform page cleaned up register/register page moved config->csrf->forms->register to sitewide added login ip/user/time to notification on login
11 lines
275 B
Smarty
11 lines
275 B
Smarty
<html>
|
|
<body>
|
|
<p>Your account has successfully logged in</p>
|
|
<p>User: {$LOGINUSER}</p>
|
|
<p>IP: {$LOGINIP}</p>
|
|
<p>Time: {$LOGINTIME}</p>
|
|
<p>If you initiated this login, you can ignore this message. If you did NOT, please notify an administrator.</p>
|
|
<br/>
|
|
<br/>
|
|
</body>
|
|
</html> |