Remember "Logout of this vault automatically after:" setting
Feature request
User type: About to log in
User level: Beginners,
Description
When logging in, user gets the option to select when the volt should be logged out of. Would be useful if this value was remembered for future visits. Every time I visit, I want to log out after 30 minutes but it is a pain to remember and select it each time.
Benefit / value
Makes returning logging in quicker if the user does not have to repeat selecting from a drop down menu each time.
Risk / caveats
Do you just want to remember a what the last setting was every time? Alternatively give the user a chance to select a default?
Sponsorship
Are you a developer willing to implement this feature?: Maybe, (general programming abilities but no PHP experience)
Can you sponsor the development of this feature or do you know someone who can?: no
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
We could use the local storage to save this setting.
If local storage was implemented, it would also be a good time to implement automatic deletion of cache after N seconds. The N value should be stored on the server and re-read semi-frequently. This could pave the way for "Connection to server could not be established.. Would you like to work in offline mode?" Which is also great for the future possibility of shared passwords with groups (think an upset employee is fired from a company and retains a cache of passwords).