silverstripe-framework/src/Security/MemberAuthenticator
Joe Harvey bf2cee3989 Bugfix - Correct duplicate nesting of 'Content' to be returned to template
In scenarios where:

- No member is logged in
- An 'AutoLoginHash' is provided via the 't' (token) query param
- The token isn't valid (determined by Member::validateAutoLoginToken())

The message which is intended to be returned to the end-user via $Content
in the template, is mistakenly double nested in ['Content' => ['Content' => 'Message']]
this leads to "The method forTemplate() doesn't exist on ArrayData" errors.

See - https://github.com/silverstripe/silverstripe-framework/issues/7866
2018-03-07 14:14:05 +00:00
..
ChangePasswordForm.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
ChangePasswordHandler.php Bugfix - Correct duplicate nesting of 'Content' to be returned to template 2018-03-07 14:14:05 +00:00
CMSLoginHandler.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
CMSMemberAuthenticator.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
CMSMemberLoginForm.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
CookieAuthenticationHandler.php FIX: Removed unnecessary database_is_ready call. 2017-08-25 13:06:12 +12:00
LoginHandler.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
LogoutHandler.php FIX: Restore BackURL preservation on log out (closes #7636) 2017-11-27 16:15:28 +00:00
LostPasswordForm.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
LostPasswordHandler.php Don't add a . when there's no extension 2017-10-16 11:56:35 +13:00
MemberAuthenticator.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
MemberLoginForm.php BUG Fix double casting in login authenticator name 2018-01-22 14:06:24 +13:00
SessionAuthenticationHandler.php Use restart instead of destroy 2017-11-03 12:08:38 +13:00