Home
last modified time | relevance | path

Searched refs:auth_cryptPassword (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/
H A Dauth.php1312 function auth_cryptPassword($clear, $method = '', $salt = null)
1209 function auth_cryptPassword($clear, $method = '', $salt = null) { global() function
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php131 $userdata['hash'] = auth_cryptPassword($pass);
209 $hash = auth_cryptPassword($clear);
278 $params['hash'] = auth_cryptPassword($changes['pass']);
/dokuwiki/lib/plugins/authplain/
H A Dauth.php150 $pass = auth_cryptPassword($pwd);
206 if ($field == 'pass') $value = auth_cryptPassword($value);