Earlier quoted context omitted.
thanks xb95, it took a minute to take effect, but issue is now fixed.
As of right now, 3:16 PM PDT, I can still connect to (one of) your Postgres databases. # psql --host=ec2-23-21-85-231.compute-1.amazonaws.com --port=5432 -U ruwdncbzdkulsh dc6jnvg2ce8qim Password for user ruwdncbzdkulsh: psql (9.1.4) SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256) Type "help" for help. dc6jnvg2ce8qim=> SELECT NOW(); now ------------------------------- 2012-07-13 22:17:51.821052+00 (1 row)
Show HN: Collections, a fast multiple-account Google Docs client for Mac
61–70 of 101 posts
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#62psql -h ec2-107-22-171-68.compute-1.amazonaws.com -p 5732 -U u1npugarlguimh -d ddbs2kvmqeieon Since DEBUG=True, finding the password is left as a trivial exercise for the reader. I wouldn't trust the service until they fix the issue.
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#63Couldn't get past clicking next.
Application Error An error occurred in the application and your page could not be served. Please try again in a few moments. If you are the application owner, check your logs for details.
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#64Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#65Earlier quoted context omitted.
As of right now, 3:16 PM PDT, I can still connect to (one of) your Postgres databases. # psql --host=ec2-23-21-85-231.compute-1.amazonaws.com --port=5432 -U ruwdncbzdkulsh dc6jnvg2ce8qim Password for user ruwdncbzdkulsh: psql (9.1.4) SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256) Type "help" for help. dc6jnvg2ce8qim=> SELECT NOW(); now ------------------------------- 2012-07-13 22:17:51.821052+00 (1 row)
Hi Xb95, we first removed the heroku add-on and thought that it would automatically destroy the database, but that turned out not to be the case. So what we did to fix the issue was purge all of the tables from the database. Now the credentials still work, but they reach an empty database without any content. We're working on revoking the access token for all affected users right now. Thanks for helping us through th…
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#66Earlier quoted context omitted.
no. these guys are legit. they work in our sandhill office. They're not out to steal your login credentials.
If they're legit, why are they not using oAuth?
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#67Great idea, just wish it wasn't crashing on me. Also the security issues which the others have are a bit of a worry.
"An error occurred in the application and your page could not be served. Please try again in a few moments.
If you are the application owner, check your logs for details."
This happens when I clicking allow on the oauth permission screen.
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#68psql -h ec2-107-22-171-68.compute-1.amazonaws.com -p 5732 -U u1npugarlguimh -d ddbs2kvmqeieon Since DEBUG=True, finding the password is left as a trivial exercise for the reader. I wouldn't trust the service until they fix the issue.
How did you get that info and how would I prevent this from happening?
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#69Earlier quoted context omitted.
I haven't used this so I'm not sure what's going on, but I believe OAuth involves a redirect back to servers controlled by the third party to actually do something with the authentication token. This doesn't strike me as necessarily fishy.
I guess I don't understand why they even need to store anything on their servers?
Re: Show HN: Collections, a fast multiple-account Google Docs client for Mac
#70Earlier quoted context omitted.
If they're legit, why are they not using oAuth?
We are using Google's oauth2 protocol. No user password is stored or even ever transmitted to our server.