Searched +full:passcrypt -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 9 of 9) sorted by relevance
| /dokuwiki/lib/plugins/authplain/_test/ |
| H A D | escaping.test.php | 44 $conf['passcrypt'] = 'mediawiki'; 79 $conf['passcrypt'] = 'mediawiki';
|
| /dokuwiki/lib/plugins/authpdo/_test/mysql/ |
| H A D | fluxbb.php | 8 'passcrypt' => 'sha1',
|
| H A D | wordpress.php | 10 'passcrypt' => 'pmd5',
|
| H A D | mybb.php | 11 'passcrypt' => 'sha1',
|
| /dokuwiki/lib/plugins/authpdo/_test/ |
| H A D | mysql.test.php | 305 if($data['passcrypt']) $conf['passcrypt'] = $data['passcrypt'];
|
| /dokuwiki/lib/plugins/authpdo/_test/pgsql/ |
| H A D | django.php | 8 'passcrypt' => 'djangopbkdf2_sha256',
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 58 $conf['passcrypt'] = 'bcrypt'; //Used crypt method (smd5,md5,sha1,ssha,crypt,mysql,my41…
|
| /dokuwiki/lib/plugins/config/settings/ |
| H A D | config.metadata.php | 124 $meta['passcrypt'] = ['multichoice',
|
| /dokuwiki/inc/ |
| H A D | auth.php | 1348 if (empty($method)) $method = $conf['passcrypt'];
|