post-review: User username/password arguments for login when provided
Review Request #713 — Created Jan. 21, 2009 and submitted — Latest diff uploaded
The post-review script should use values provided in username/password argument when provided. Currently it first looks for cookie and if valid cookie is found the username/password arguments are ignored. Hence if I need to use different login than one I use regularly, the cookie needs to be deleted. With this change, username/password arguments are given higher priority than the session cookie.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.
orig
1
2
3
4
/trunk/reviewboard/contrib/tools/post-review |
---|
/trunk/reviewboard/reviews/views.py |
---|