We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e340835 commit ef8b6e2Copy full SHA for ef8b6e2
1 file changed
helpers/Authentication.php
@@ -66,18 +66,6 @@ public function enabled() {
66
return strlen(trim(\F3::get('username'))) != 0 && strlen(trim(\F3::get('password'))) != 0;
67
}
68
69
- /**
70
- * login user
71
- *
72
- * @param string $username
73
- * @param string $password
74
75
- * @return bool
76
- */
77
- public function loginWithoutUser() {
78
- $this->loggedin = true;
79
- }
80
-
81
/**
82
* login user
83
*
0 commit comments