diff options
author | Dylan William Hardison <dylan@hardison.net> | 2014-07-17 04:26:16 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2014-07-17 04:26:16 +0200 |
commit | ffec3478b0b02ffd8e7e248f5c8f52f0a4a02ff5 (patch) | |
tree | fa4f7f43ebd9c84156c08176d6e70a53a2f88551 /template/en/default | |
parent | 28bcce5b2a1e4344bac8b3d16756db5b89d67966 (diff) | |
download | bugzilla-ffec3478b0b02ffd8e7e248f5c8f52f0a4a02ff5.tar.gz bugzilla-ffec3478b0b02ffd8e7e248f5c8f52f0a4a02ff5.tar.xz |
Bug 1037285 - Login redirection from forms is broken for urls using a : in their url
r/a=glob
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index b6da535cc..0af84542d 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -24,7 +24,7 @@ [% terms.Bugzilla %] needs a legitimate login and password to continue. </p> -<form name="login" action="[% target FILTER html %]" method="POST" +<form name="login" action="[% urlbase FILTER html %][% target FILTER html %]" method="POST" [%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]> <table> <tr> |