Closed
Bug 121601
Opened 23 years ago
Closed 16 years ago
After logout, user should be redirected to the index page
Categories
(Bugzilla :: Bugzilla-General, enhancement, P3)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: justdave, Assigned: mkanat)
References
Details
Attachments
(1 file)
|
4.68 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
We should consider having relogin.cgi redirect to the index page after telling
you you've been logged out and giving you sufficient time to read it. Of
course, have a "click here" link in case your browser doesn't redirect.
I saw this on someone's locally modified Bugzilla and it works well.
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.18
Comment 1•21 years ago
|
||
These unloved bugs have been sitting untouched since June 2002 or longer. If
nobody does anything else to them, they certainly won't make 2.18
Retargetting to 2.20. If you really plan to push them right now, you might pull
them back in.
Target Milestone: Bugzilla 2.18 → Bugzilla 2.20
| Assignee | ||
Updated•20 years ago
|
Severity: normal → enhancement
Summary: relogin.cgi should redirect to the index page after telling you you've been logged out. → After logout, user should be redirected to the index page
| Assignee | ||
Updated•20 years ago
|
Assignee: justdave → general
QA Contact: mattyt-bugzilla → default-qa
Target Milestone: Bugzilla 2.20 → Future
Comment 2•19 years ago
|
||
Well, instead of pointing to relogin.cgi, we should move the code from relogin.cgi into index.cgi and get rid of relogin.cgi completely.
The information that the user has been logged out can be placed into a "message" (green box at the top of the page).
Target Milestone: Future → Bugzilla 2.24
Comment 3•19 years ago
|
||
We are freezing the code for 3.0 in two weeks and we don't expect this bug to be fixed on time.
Target Milestone: Bugzilla 3.0 → ---
| Assignee | ||
Comment 4•16 years ago
|
||
Because this will fix bug 478230, it is going into 3.4.
Assignee: general → mkanat
Target Milestone: --- → Bugzilla 3.4
| Assignee | ||
Comment 5•16 years ago
|
||
Okay, this was pretty simple.
We can't make the "logout" parameter accessible from every page because we don't have a global $vars. (I want to fix this problem some day by having a Bugzilla->message that just lets you push messages on to a stack...)
Attachment #363069 -
Flags: review?(LpSolit)
| Assignee | ||
Updated•16 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•16 years ago
|
Flags: blocking3.4+
Comment 6•16 years ago
|
||
Comment on attachment 363069 [details] [diff] [review]
v1
Works nicely, r=LpSolit
Now if you access relogin.cgi directly, an error is thrown. We should probably redirect to index.cgi in this case, or have a better default so that it doesn't throw an error. Should be fixed in a separate bug. Max, could you file one?
Attachment #363069 -
Flags: review?(LpSolit) → review+
Updated•16 years ago
|
Flags: approval+
| Assignee | ||
Comment 7•16 years ago
|
||
Checking in index.cgi;
/cvsroot/mozilla/webtools/bugzilla/index.cgi,v <-- index.cgi
new revision: 1.28; previous revision: 1.27
done
Checking in relogin.cgi;
/cvsroot/mozilla/webtools/bugzilla/relogin.cgi,v <-- relogin.cgi
new revision: 1.42; previous revision: 1.41
done
Checking in Bugzilla/Auth/Persist/Cookie.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Auth/Persist/Cookie.pm,v <-- Cookie.pm
new revision: 1.9; previous revision: 1.8
done
Checking in template/en/default/sidebar.xul.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/sidebar.xul.tmpl,v <-- sidebar.xul.tmpl
new revision: 1.27; previous revision: 1.26
done
Checking in template/en/default/global/common-links.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/common-links.html.tmpl,v <-- common-links.html.tmpl
new revision: 1.20; previous revision: 1.19
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 8•16 years ago
|
||
Added to the release notes for Bugzilla 3.4 in bug 494037.
You need to log in
before you can comment on or make changes to this bug.
Description
•