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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user