Ghost/ghost/members-api/lib/controllers
Fabien O'Carroll 47a7bd8555 Disabled auto-login when a success url is provided
refs https://github.com/TryGhost/Team/issues/1067

The auto-login behaviour obliterates the concept of a success URL,
because the Member is redirected in a logged in state, to the welcome
URL - rather than a logged out state to the success URL.

In order to not disrupt existing flows, we disable auto login if a
success URL is provided.
2021-11-05 10:18:43 +02:00
..
member.js Fixed handling of invalid tokens when changing email 2021-09-23 11:12:23 +02:00
router.js Disabled auto-login when a success url is provided 2021-11-05 10:18:43 +02:00
well-known.js