Ghost/ghost/members-api/lib
Ronald Langeveld 1f177e1c17
Added optional data-attribute to enable and disable auto redirection. (#15335)
closes https://github.com/TryGhost/Ghost/issues/15104 https://github.com/TryGhost/Team/issues/1800

- On custom sign up and login forms, creators often wouldn't want their members to be redirected to that page after signing in.
- This takes a new data-attribute value (eg `data-members-autoredirect="false"`) that can be set on [custom sign up / login forms](https://ghost.org/docs/themes/members/#signup-forms) into account before parsing the referrer on the magic link URL that gets sent to the member for login.
2022-09-06 14:36:06 +02:00
..
controllers Added optional data-attribute to enable and disable auto redirection. (#15335) 2022-09-06 14:36:06 +02:00
repositories 🐛 Fixed email alerts for paid members on import (#15347) 2022-09-01 20:00:37 +05:30
services Added member attribution to member details page (#15266) 2022-08-19 16:39:18 -04:00
MembersAPI.js Stored geolocation for member on creation (#15320) 2022-08-26 00:45:34 +05:30