Skip to content

Commit

Permalink
adding the possibility to change the prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrosimon authored and daringer committed Dec 14, 2024
1 parent 0547b27 commit e5e97ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/components/nitrokeys/features/u2f/desktop-login.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand All @@ -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
Expand Down

0 comments on commit e5e97ca

Please sign in to comment.