Override session cookies with username flag
Review Request #7289 — Created May 6, 2015 and submitted
Previously, when the
--usernameflag was provided to RBTools and a
session cookie already existed, RBTools would prompt for the password
but never use it (because of the session cookie). We now clear the
session cookie when the--usernameflag is given.
Ran unit tests.
Attempted to post a review request with the
--usernameparameter and
a bogus password; the review request was not created. It was created
when the correct password was used.
Tool: PEP8 Style Checker Processed Files: rbtools/api/request.py Tool: Pyflakes Processed Files: rbtools/api/request.py