1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

#14 More user administration work. All list (dropdown) options are back. Still work in progress. Various system fixes and enhancements.

This commit is contained in:
SecretR
2012-12-10 01:20:38 +02:00
parent d5ed7f6c48
commit 7cf904675b
5 changed files with 390 additions and 289 deletions

View File

@@ -540,7 +540,7 @@ if (isset($_POST['register']) && $pref['user_reg'] == 1)
}
$u_key = md5(uniqid(rand(), 1)); // Key for signup completion
$u_key = e_user_model::randomKey(); // Key for signup completion
$allData['data']['user_sess'] = $u_key; // Validation key
$userMethods->userClassUpdate($allData['data'], 'usersup');