Searched refs:getAllowedCharacters (Results 1 – 1 of 1) sorted by relevance
131 $r = rand(0,strlen($this->getAllowedCharacters())-1);132 $c = substr($this->getAllowedCharacters(), $r, 1);176 private function getAllowedCharacters() { function in syntax_plugin_passwords