mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 13:54:51 +00:00
Remove comments as this is complete
This commit is contained in:
@@ -307,8 +307,7 @@ function setupFirstUserSpecificKey($user_password, $site_encryption_master_key){
|
|||||||
/*
|
/*
|
||||||
For additional users / password changes
|
For additional users / password changes
|
||||||
New Users: Requires the admin setting up their account have the their own Specific/Session key configured
|
New Users: Requires the admin setting up their account have the their own Specific/Session key configured
|
||||||
Password Changes: Will use the current info in the session. Maybe a good idea force logout users after a password change, so that upon login new session info is set fresh..
|
Password Changes: Will use the current info in the session.
|
||||||
-- This logic will need to be in the pass change function itself
|
|
||||||
*/
|
*/
|
||||||
function encryptUserSpecificKey($user_password){
|
function encryptUserSpecificKey($user_password){
|
||||||
$iv = keygen();
|
$iv = keygen();
|
||||||
|
|||||||
Reference in New Issue
Block a user