add: Auth modules now accept a "returnUrl" form parameter when logging in or creating a new account. User will be redirected to the value in "returnUrl" after login / create account is complete.

add: L_LoginBox macro has a form.returnUrl template var that returns a user to the exact page they logged in from
This commit is contained in:
Doug Bell 2008-02-09 05:09:33 +00:00
parent 04da356822
commit 1f10f07338
8 changed files with 163 additions and 9 deletions

View file

@ -1,4 +1,7 @@
7.5.2
- add: Auth modules now accept a "returnUrl" form parameter when logging in
or creating a new account. This parameter is the URL the user is
redirected to after the login / createAccount is done.
7.5.1
- fix: Extra head tags of unplaced assets included twice