Home | History | Annotate | Download | only in www

Lines Matching refs:Authentication

38     error_log("spp.php - Authentication failed - missing: " . print_r($needed));
39 die('Authentication failed');
43 error_log("spp.php - Authentication failed - empty username");
44 die('Authentication failed');
62 error_log("spp.php - Authentication failed - user '$user' not found");
63 die('Authentication failed');
66 error_log("spp.php - Authentication failed - empty password");
67 die('Authentication failed');
75 error_log("Authentication failure - response mismatch");
76 die('Authentication failed');
88 error_log("spp.php - Authentication required (not signup)");
89 die('Authentication required (not signup)');
110 error_log("spp.php - Authentication required (ret 2)");
111 die('Authentication required');
113 error_log("spp.php - Unexpected authentication error");
114 die("Unexpected authentication error");