blueimpact / kucipong

BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Redirect after verification #81

Open arowM opened 7 years ago

arowM commented 7 years ago

Currently, we are redirected to / after clicking verification link. The favorite scenario is as follows.

  1. A user try to visit a page (named "page A").
  2. The page A is redirected to login page if the user session does not exist.
  3. The user enter his/her email address and submit for sending verification email.
  4. The user click the verification link on verification email.
  5. After logging in, the user is redirected to page A.
cdepillabout commented 7 years ago

I agree that this is a good idea.