sii / siptrackd

Other
0 stars 4 forks source link

resetpassword bug fix #12

Closed vipinlalcm closed 5 years ago

vipinlalcm commented 5 years ago

Current code is trying to reconnect all subkeys while resetting password of a user. But that does not work because reconnecting subkey required actual subkeys password and password key password. That cannot be has not retrieved in the current code. Also the current code is not designed for that. It suppose to delete all the subkeys and once the user reset the password, they have to login with that password and connect the required subkeys manually.

Also its mentioned in the user interface as well. image

stemid commented 5 years ago

Looks good, but please add an exception after *.cfg in .gitignore so you exclude storage.cfg from that rule.

*.cfg
!storage.cfg
vipinlalcm commented 5 years ago

Yes. it is done.