diff --git a/css/glowingbear.css b/css/glowingbear.css index 62a10fb..1952962 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -960,3 +960,7 @@ code { color: #444; border: 1pt solid #444; } + +.checkbox.indent { + margin-left: 20px; +} \ No newline at end of file diff --git a/index.html b/index.html index 1928512..27098ec 100644 --- a/index.html +++ b/index.html @@ -68,6 +68,9 @@
/secure set relay_totp_secret xxxxx /set relay.network.totp_secret "${sec.data.relay_totp_secret}"
Open an authenticator app and create an entry with the same secret. In Glowing Bear check the checkbox for "use Time-based One-Time Password" and fill in the one time password as you see it in the authenticator app.
+ +Required for Weechat < 2.9
+Since weechat version 2.9 the authentication was made more secure and resistant to brute forcing. Glowing bear uses the most secure authentication method by default. However to supports older version of weechat this options allows glowing bear to still send your password in plaintext (wrapped in https if enabled). Only enable this if you are using Weechat < 2.9
+By default weechat 2.9 support all authentication methods, if you are only using glowing bear you can do the following command to improve security:
+/relay.network.auth_password "pbkdf2+sha512"