Ghost/ghost/members-api
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
..
lib Added optional data-attribute to enable and disable auto redirection. (#15335) 2022-09-06 14:36:06 +02:00
test 🐛 Fixed email alerts for paid members on import (#15347) 2022-09-01 20:00:37 +05:30
.eslintrc.js
.gitignore
index.js
package.json Added logging configuration option for timestamps to use the local timezone 2022-08-31 10:29:55 +01:00