Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
Dauth_random.test.php8 $rand = auth_random(300, 2000);
16 $rand = auth_random($min, $max);
/dokuwiki/inc/
Dauth.php446 function auth_random($min, $max) function
935 $data['password'] .= $c[auth_random(0, strlen($c) - 1)];
936 $data['password'] .= $v[auth_random(0, strlen($v) - 1)];
937 $data['password'] .= $a[auth_random(0, strlen($a) - 1)];
940 $data['password'] .= $s[auth_random(0, strlen($s) - 1)] . auth_random(10, 99);