Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Signup redirect url parameter #530

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 29, 2016

  1. Configuration menu
    Copy the full SHA
    c301ab5 View commit details
    Browse the repository at this point in the history
  2. Added signup redirect url parameter

    This works the same as the signin redirect. If a user was trying
    to access a page and gets redirected to sign in or sign up,
    after succeeding they will be redirected from where they came.
    
    Since a user can only be redirected to either the signin or signup
    page, it is beyond the scope of this feature to pass the query
    parameter in the url to the other page when requested.
    
    Updated signup redirect to work like signin
    
    Added signup redirect for SIGNIN_AFTER_SIGNUP
    Rsgm committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    2f35219 View commit details
    Browse the repository at this point in the history