1
0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-09-19 15:42:58 +00:00
cloudkeys-go/coffee
Micha Rosenbaum d08c29c083 Add function to show the edit encryption password form
showEditEncPWForm() is adapted from showForm(num) to edit and create
passwords. It binds a click event handler to the primary button, that
checks if the current password is correct and if the new password is
entered twice.

If all validations succeed, the entered password is used as the
encryption password and the users data is updated with this new
password.

Issue: https://github.com/Luzifer/cloudkeys-go/issues/10
2017-01-14 16:12:24 +01:00
..
script.coffee Add function to show the edit encryption password form 2017-01-14 16:12:24 +01:00