From a00a357079c9e64f9f0ff0349e0fb51934af1d0e Mon Sep 17 00:00:00 2001
From: springstan <46536646+springstan@users.noreply.github.com>
Date: Wed, 15 Jan 2020 20:54:45 +0100
Subject: [PATCH] Remove multiple login methods from mikrotik (#11755)
---
source/_integrations/mikrotik.markdown | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/source/_integrations/mikrotik.markdown b/source/_integrations/mikrotik.markdown
index f23d31212bf..d84184b76e6 100644
--- a/source/_integrations/mikrotik.markdown
+++ b/source/_integrations/mikrotik.markdown
@@ -83,11 +83,9 @@ arp_ping:
{% endconfiguration %}
-
- As of version 6.43 of RouterOS Mikrotik introduced a new login method (plain) in addition to the old login method (token). With Version 6.45.1 the old token login method got deprecated.
- In order to support both login mechanisms, the new config option `login_method` has been introduced. If this option is not set, the component will try to login with the plain method first and the token method if that fails.
- That can cause log entries on the router like `login failure for user homeassistant from 192.168.23.10 via api` but doesn't keep the component from working.
- To get rid of these entries, set the `login_method` to `plain` for Routers with OS versions > 6.43 or `token` for routers with OS versions < 6.43.
+
+ As of version 6.43 of RouterOS Mikrotik introduced a new login method (`plain`) in addition to the old login method (`token`). With Version 6.45.1 the old `token` login method got deprecated.
+ In order to support both login mechanisms, the new config option `login_method` has been introduced.