Skip to content

Register redirect

Calum Mackervoy requested to merge register_redirect into master

Context: https://git.happy-dev.fr/startinblox/applications/sib-app/issues/370

  • Forwarding the 'next' from login to registration
  • After registration storing this in the user's default_redirect_uri, and redirecting to this after they activate
  • Changed the default_redirect_uri to check the user model actually has this field
  • Minor bug fix with activation completion link

Merge request reports