Cadasta / cadasta-qgis-plugin

[DEPRECATED] QGIS plugin to create, edit, upload and download Cadasta projects
GNU General Public License v3.0
4 stars 7 forks source link

Add password astericks when the auth token is saved #254

Open SteadyCadence opened 7 years ago

SteadyCadence commented 7 years ago

The URL and username are saved when the auth token is saved. We should be consistent and have the password also filled in with astericks. That removes confusion from users.

I will also work on updating the wording so that it is more clear.

dimasciput commented 7 years ago

I don't think filled in password is a good idea for security purpose, we didn't store the password, we just store the username. We could add the asterick.

dimasciput commented 7 years ago

@SteadyCadence

amplifi commented 7 years ago

@dimasciput Agreed; we should not be storing or caching user passwords anywhere.

SteadyCadence commented 7 years ago

I agree. Let's just put in 10 astericks or something.

In other news, I like the greyed out fields when the username and password are stored. Looks great!