diff --git a/doc/source/auth-totp.rst b/doc/source/auth-totp.rst index 4e81757fbd..3b51c4e8da 100644 --- a/doc/source/auth-totp.rst +++ b/doc/source/auth-totp.rst @@ -32,7 +32,7 @@ Keystone and a TOTP device (i.e. `Google Authenticator`_). .. _Google Authenticator: http://www.google.com/2step TOTP uses a base32 encoded string for the secret. The secret must be at least -148 bits (16 bytes). The following python code can be used to generate a TOTP +128 bits (16 bytes). The following python code can be used to generate a TOTP secret: .. code-block:: python