mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
unencrypted password can be imported
This commit is contained in:
parent
05dcde6096
commit
f655060ca4
|
@ -32,7 +32,7 @@ function getBaseData($colname, $coldata, $objdata) { /* {{{ */
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
function getPasswordPlainData($colname, $coldata, $objdata) { /* {{{ */
|
function getPasswordPlainData($colname, $coldata, $objdata) { /* {{{ */
|
||||||
$objdata[$colname] = $coldata;
|
$objdata['passenc'] = seed_pass_hash($coldata);
|
||||||
return $objdata;
|
return $objdata;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user