You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show URL base in login URL mismatch error message. (#330)
With the base missing, error messages like
`http:://localhost/users/login did not match /users/login` would be
produced, which cloaks the actual issue of the missing base in the
configured login URL.
Copy file name to clipboardExpand all lines: tests/TestCase/Authenticator/FormAuthenticatorTest.php
+66Lines changed: 66 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,39 @@ public function testMultipleLoginUrlMismatch()
175
175
$this->assertEquals([0 => 'Login URL `http://localhost/users/does-not-match` did not match `/en/users/login` or `/de/users/login`.'], $result->getErrors());
0 commit comments