-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
3.0.7-PL1
-
None
When a script ( call it MOD ) point to the login box with a redirection parameter, you got two hidden input for redirect url :
This is an example of the HTML code
<dl>
|
<dt> </dt>
|
<dd><input type="hidden" name="sid" value="e4c443e20c15df8583334f54c152da74" />
|
<input type="hidden" name="redirect" value="./viewtopic.php?f=2&t=1" />
|
<input type="submit" name="login" tabindex="6" value="Login" class="button1" /></dd>
|
</dl>
|
<input type="hidden" name="redirect" value="./ucp.php?mode=login&redirect=.%2Fviewtopic.php%3Ff%3D2%26t%3D1" />
|
That's because the *
{S_LOGIN_REDIRECT}* in the login_body.html template
- duplicates
-
PHPBB-9117 Wrong redirection after login
- Closed
- is duplicated by
-
PHPBB-9648 Login template uses S_LOGIN_REDIRECT for redirect
- Closed