Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dauth.php421 function auth_random($min, $max)
910 $data['password'] .= $c[auth_random(0, strlen($c) - 1)];
911 $data['password'] .= $v[auth_random(0, strlen($v) - 1)];
912 $data['password'] .= $a[auth_random(0, strlen($a) - 1)];
915 $data['password'] .= $s[auth_random(0, strlen($s) - 1)] . auth_random(10, 99);
353 function auth_random($min, $max) { global() function