Searched refs:usernameregex (Results 1 – 2 of 2) sorted by relevance
34 protected $usernameregex; variable in auth_plugin_authhttp78 if (preg_match('/^\/.*\/$/m', $this->usernameregex) == 0) {79 $this->usernameregex = '/'.$this->usernameregex.'/';139 if (preg_match($this->usernameregex, $user, $results)) {
100 - usernameregex: A regular expression specifying the actual user name part of