Update mikrotik.markdown - clarification about setting user password (#35993)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Maghiel Dijksman 2024-11-26 20:07:23 +01:00 committed by GitHub
parent ae057a0968
commit ba4b498108
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,3 +69,9 @@ To use this device tracker, you only need limited privileges. To enhance the sec
group add name=homeassistant policy=read,api,test
add group=homeassistant name=homeassistant
```
You will be prompted to set a password for the newly created user. Depending on your RouterOS version and configuration, you might need to set a password yourself:
```bash
/user set [find username=homeassistant] password=PASSWORD
```