berkus / rietveld

Code review tool from Guido for Django
code.google.com/p/rietveld
Apache License 2.0
0 stars 0 forks source link

How to automatically run upload.py when it doesn't have option to pass the password #469

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Put the upload.py command in a shell script
2. It takes auth from saved cookie
3. But in few days the cookie expires and it is throwing error (I had to 
manually go and rerun it)

What is the expected output? What do you see instead?
There should be a way to pass the password

What browser are you using?  What version? On what operating system?
Google Chrome | Linux

At what URL are you accessing Rietveld?  (e.g. codereview.appspot.com)
Please note if you are using the Google Apps Labs version (e.g.
codereview.<yourdomain>).
http://codereview.mustseeindia.com/

*** If you are a Google employee please say so or mail rietveld-admins@
directly. ***

Please provide any additional information below.

Original issue reported on code.google.com by sachinka...@gmail.com on 13 Nov 2013 at 2:50

GoogleCodeExporter commented 9 years ago
Technically it's a dupe of issue 385, using OAuth2 should fix the problem. But 
OAuth2 is not used by default AFAIK. This needs to be fixed.

Original comment by maruel@chromium.org on 13 Nov 2013 at 3:06