Home
last modified time | relevance | path

Searched refs:processSignOn (Results 1 – 6 of 6) sorted by relevance

/dports/www/osticket/upload/
H A Dpwreset.php38 if ($client = UserAuthenticationBackend::processSignOn($errors)) {
60 if ($client = UserAuthenticationBackend::processSignOn($errors)) {
H A Dview.php37 $user = UserAuthenticationBackend::processSignOn($errors, false);
H A Dlogin.php119 elseif ($user = UserAuthenticationBackend::processSignOn($errors, false)) {
/dports/www/osticket/upload/scp/
H A Dpwreset.php62 if ($staff = StaffAuthenticationBackend::processSignOn($errors)) {
H A Dlogin.php123 if (($user = StaffAuthenticationBackend::processSignOn($errors, false))
/dports/www/osticket/upload/include/
H A Dclass.auth.php283 function processSignOn(&$errors, $forcedAuth=true) { function in AuthenticationBackend