mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-30 14:55:46 +00:00
Update admin password command description
Tested in v1.13. These commands don't work anymore: ``` get password -> ??: password set password secret -> unknown config: password secret ``` This does work: ``` password secret -> password now: secret ```
This commit is contained in:
@@ -293,10 +293,9 @@ This document provides an overview of CLI commands that can be sent to MeshCore
|
||||
|
||||
---
|
||||
|
||||
#### View or change this node's admin password
|
||||
#### Change this node's admin password
|
||||
**Usage:**
|
||||
- `get password`
|
||||
- `set password <password>`
|
||||
- `password <password>`
|
||||
|
||||
**Parameters:**
|
||||
- `password`: Admin password
|
||||
|
||||
Reference in New Issue
Block a user