From 577b5126fccc120e6a626eeadb017f8d7afda7c3 Mon Sep 17 00:00:00 2001 From: wheelybird Date: Tue, 17 Oct 2023 11:12:45 +0100 Subject: [PATCH] Issue 77 - fix add-otp-user script. --- files/bin/add-otp-user | 1 + 1 file changed, 1 insertion(+) diff --git a/files/bin/add-otp-user b/files/bin/add-otp-user index 8b13292..dfa02b0 100755 --- a/files/bin/add-otp-user +++ b/files/bin/add-otp-user @@ -17,6 +17,7 @@ google-authenticator \ --time-based \ --disallow-reuse \ --force \ + --no-confirm \ --rate-limit=3 \ --rate-time=30 \ --window-size=3 \