From a74e3205a14ed9418b54c192b7d600d8bfc48e8e Mon Sep 17 00:00:00 2001 From: hannah Date: Thu, 14 Mar 2019 18:48:33 -0400 Subject: [PATCH] moved nativeauthentic config to code block Moved the config to a code block because as rendered, it's --- docs/howto/auth/nativeauth.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/howto/auth/nativeauth.rst b/docs/howto/auth/nativeauth.rst index 7403a6f..a2701b1 100644 --- a/docs/howto/auth/nativeauth.rst +++ b/docs/howto/auth/nativeauth.rst @@ -14,7 +14,9 @@ will be authorized automatically. Enabling the authenticator ========================== -#. Enable the authenticator and reload config to apply the configuration: +Enable the authenticator and reload config to apply the configuration: + +.. code-block:: bash sudo tljh-config set auth.type nativeauthenticator.NativeAuthenticator sudo tljh-config reload