From e5e97cad738ad0612264b728d3aeb76e819f8f1d Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 11 Dec 2024 16:49:35 +0100 Subject: [PATCH] adding the possibility to change the prompt --- source/components/nitrokeys/features/u2f/desktop-login.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/nitrokeys/features/u2f/desktop-login.rst b/source/components/nitrokeys/features/u2f/desktop-login.rst index 10bebd4024..20b634a06d 100644 --- a/source/components/nitrokeys/features/u2f/desktop-login.rst +++ b/source/components/nitrokeys/features/u2f/desktop-login.rst @@ -203,7 +203,7 @@ CLI Method .. code-block:: bash #Nitrokey FIDO2 config - auth sufficient pam_u2f.so authfile=/etc/Nitrokey/u2f_keys cue prompt nouserok + auth sufficient pam_u2f.so authfile=/etc/Nitrokey/u2f_keys cue [cue_prompt=Please touch the device.] prompt nouserok .. tip:: @@ -217,7 +217,7 @@ CLI Method - If you would like to be prompted to touch the Nitrokey, ``cue`` option will make ``pam_u2f`` print ``Please touch the device.`` - message. + message. You can change the message in ``[cue_prompt=Please touch the device.]``. - `nouserok` will ensure that you can still login using the username and password, you might want to remove this at some point once the setup