diff options
author | gerv%gerv.net <> | 2004-03-18 17:52:24 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2004-03-18 17:52:24 +0100 |
commit | 786d40c197f497ee9d3fa5b92834c0249f20a61b (patch) | |
tree | 5f0940deaa62b72fbf53f7e4313be41690fcc2fb | |
parent | 71619eca319e21397e034c19b838408000682c30 (diff) | |
download | bugzilla-786d40c197f497ee9d3fa5b92834c0249f20a61b.tar.gz bugzilla-786d40c197f497ee9d3fa5b92834c0249f20a61b.tar.xz |
Bug 132066 - add a note to the login page about needing cookies for a good user experience. Patch by gerv; r,a=justdave.
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index 097af8955..c8e780712 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -90,6 +90,11 @@ exclude="^Bugzilla_(login|password|restrictlogin)$" %] <input type="submit" name="GoAheadAndLogIn" value="Login"> + + <p> + (Note: you should make sure cookies are enabled for this site. + Otherwise, you will frequently be required to re-login.) + </p> </form> [%# Allow the user to create a new account, or request a token to change |