doc/change_admin_password.md

22 lines
597 B
Markdown
Raw Normal View History

# Changing the administration password
2015-02-14 17:31:45 +01:00
You may want to change your administrator password for security reason or because you forgot it.
2015-02-14 17:31:45 +01:00
If you forgot your password or are unable to connect using the `admin` user, you
may still be able to change the password if you're able to login as `root` on
SSH (from your local network! or using a rescue mode if you're on a VPS...)
2015-02-14 17:31:45 +01:00
## Using the web administration interface
2015-02-14 17:31:45 +01:00
First, connect to your [web administration](/admin).
Then go to Tools > Change administration password.
2015-02-14 17:31:45 +01:00
## Using the command line interface
2015-02-14 17:31:45 +01:00
```bash
yunohost tools adminpw
```