passiomatic / coldsweat

Web RSS aggregator and reader compatible with the Fever API
MIT License
145 stars 21 forks source link

Reset password #97

Closed yuvallanger closed 8 years ago

yuvallanger commented 8 years ago

I want to be able to reset my user password through the sweat.py command.

Many thanks, Yuval Langer.

passiomatic commented 8 years ago

I guess you are "locked out" the web UI since you don't remember the password, don't you?

Cause you can change your password via the "profile" modal dialog.

yuvallanger commented 8 years ago

What is that? On Feb 14, 2016 14:54, "Andrea Peltrin" notifications@github.com wrote:

I guess you are "locked out" the web UI since you don't remember the password, don't you?

Cause you can change your password via the "profile" modal dialog.

— Reply to this email directly or view it on GitHub https://github.com/passiomatic/coldsweat/issues/97#issuecomment-183883523 .

passiomatic commented 8 years ago

See attached screenshots:

screen shot 2016-02-14 at 19 01 11 screen shot 2016-02-14 at 19 01 18

yuvallanger commented 8 years ago

I am not logged to my coldsweat account. Reaching the password change form is not possible for me without the password. On Feb 14, 2016 20:05, "Andrea Peltrin" notifications@github.com wrote:

See attached screenshots:

[image: screen shot 2016-02-14 at 19 01 11] https://cloud.githubusercontent.com/assets/56371/13035333/c90641e6-d34d-11e5-9c3f-383083cc68bf.png [image: screen shot 2016-02-14 at 19 01 18] https://cloud.githubusercontent.com/assets/56371/13035334/cb65c074-d34d-11e5-93c7-36c908a4ee3a.png

— Reply to this email directly or view it on GitHub https://github.com/passiomatic/coldsweat/issues/97#issuecomment-183940306 .

passiomatic commented 8 years ago

"Reaching the password change form is not possible for me without the password."

Indeed, you are right. Actually there's no way to reset a password in a clean way. Of course you can change the password by accessing the database directly (with SQLite I use this Firefox extension https://addons.mozilla.org/it/firefox/addon/sqlite-manager/, with MySQL you have many more choices).

Like you have suggested in the future there could be a reset command or perhaps a -w (--password) option for the setup command.

passiomatic commented 8 years ago

FYI: version 0.9.6 allows you to reset a user password with the setup -w option.