SinadShan / PassVault

Electron based cross-platform desktop application for managing passwords
3 stars 0 forks source link

change password after login #2

Open SinadShan opened 3 years ago

SinadShan commented 3 years ago

New feature for users to change password after logging in.

saivasanth528 commented 3 years ago

Do you mean , you want to implement reset password functionality for a global password? is your application deployed anywhere ?

SinadShan commented 3 years ago

Yes, a user should be able to reset global password after logging in. This is an offline application which stores passwords in the user's machine and is not deployed anywhere.

saivasanth528 commented 3 years ago

Ok, then how you are going to store all the data like their passwords and everything, I have to configure my local database manually ?? . Can you explain like how the end-user will use this ?

SinadShan commented 3 years ago

The passwords are stored locally in a sqlite database. You can take a look at the app by installing the snap or package.