mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
22 lines
509 B
Markdown
22 lines
509 B
Markdown
|
#Change administration password
|
||
|
|
||
|
For security reasons you may have to change your administration password. To achieve this, 2 different methods exists.
|
||
|
|
||
|
<div class="alert alert-warning">
|
||
|
<span class="glyphicon glyphicon-warning-sign"></span>
|
||
|
The current administration password is **required** to perform this task.
|
||
|
</div>
|
||
|
|
||
|
##Web administration
|
||
|
|
||
|
First, connect to your [web administration](/admin).
|
||
|
|
||
|
Then go to `Tools` > `Change administration password`.
|
||
|
|
||
|
|
||
|
##Command line
|
||
|
|
||
|
```bash
|
||
|
yunohost tools adminpw
|
||
|
```
|