From bc5261c18a4608806dcb866afb73f7a979e2e90f Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Fri, 5 Aug 2016 09:55:06 +0200 Subject: Allow user to choose new user PIN when unlocking Signed-off-by: Szczepan Zalega --- include/NitrokeyManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/NitrokeyManager.h') diff --git a/include/NitrokeyManager.h b/include/NitrokeyManager.h index 0a27bd8..5f89614 100644 --- a/include/NitrokeyManager.h +++ b/include/NitrokeyManager.h @@ -70,7 +70,7 @@ namespace nitrokey { void build_aes_key(const char *admin_password); - void unlock_user_password(const char *admin_password); + void unlock_user_password(const char *admin_password, const char *new_user_password); void write_config(bool numlock, bool capslock, bool scrolllock, bool enable_user_password, bool delete_user_password, const char *admin_temporary_password); -- cgit v1.2.1