1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 10:34:23 +02:00

Password options for logon, email login option, random user name/PW generation, Bugtracker #4393 and possibly others previously added to 0.7

This commit is contained in:
e107steved
2008-06-13 20:20:23 +00:00
parent 51637af101
commit b5771e501d
28 changed files with 2336 additions and 558 deletions

View File

@@ -12,8 +12,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/admin_log_class.php,v $
| $Revision: 1.10 $
| $Date: 2008-04-07 21:35:38 $
| $Revision: 1.11 $
| $Date: 2008-06-13 20:20:21 $
| $Author: e107steved $
To do:
@@ -76,7 +76,7 @@ class e_admin_log {
define('USER_AUDIT_NEW_DN',15); // User changed display name
define('USER_AUDIT_NEW_PW',16); // User changed password
define('USER_AUDIT_NEW_EML',17); // User changed email
define('USER_AUDIT_PW_RES',18); // Password reset
define('USER_AUDIT_PW_RES',18); // Password reset/resent activation email
define('USER_AUDIT_NEW_SET',19); // User changed other settings
define('USER_AUDIT_ADD_ADMIN',20); // User added by admin
}