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.
/trunk/reviewboard/contrib/tools/post-review |
---|
/trunk/reviewboard/reviews/views.py |
---|