zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

Move version number out of config #153

Closed BenjaminHae closed 7 years ago

BenjaminHae commented 7 years ago

Could we move the version number out of the config file and into sqllink.php? I think a lot of users just copy their existing config file over the one in the release when they deploy a new version. (I don't I just use git rebase) And so their instance doesn't report the version correctly which in a future release might irritate the chrome addon.

zeruniverse commented 7 years ago

Sure On Tue, Apr 4, 2017 at 9:18 AM Benjamin Häublein notifications@github.com wrote:

Could we move the version number out of the config file and into sqllink.php? I think a lot of users just copy their existing config file over the one in the release when they deploy a new version. (I don't I just use git rebase) And so their instance doesn't report the version correctly which in a future release might irritate the chrome addon.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zeruniverse/Password-Manager/issues/153, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbvNCB-aCTD7XhS94YX4f7c5ToQphKcks5rsm1CgaJpZM4MzGMP .

Pofilo commented 7 years ago

Does it affect the recovery ? For example when I want to recover an account, the version is at the beginning of backup.txt, will it still be there ?

BenjaminHae commented 7 years ago

yes everything still works as before.