mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
21 lines
604 B
Markdown
21 lines
604 B
Markdown
|
#Changer le mot de passe d'administration
|
||
|
|
||
|
Pour des raisons de sécurité vous pouvez avoir besoin de changer votre mot de passe d'administration. Pour cela, 2 methodes sont possibles.
|
||
|
|
||
|
<div class="alert alert-warning">
|
||
|
<span class="glyphicon glyphicon-warning-sign"></span>
|
||
|
Le mot de passe d'administration actuel est **requis** pour effectuer cette modification.
|
||
|
</div>
|
||
|
|
||
|
##Administration web
|
||
|
|
||
|
Premièrement, connectez vous à [l'administration web](/admin_fr).
|
||
|
|
||
|
Puis allez dans la section `Outils` > `Changer le mot de passe d'administration`.
|
||
|
|
||
|
##Ligne de commande
|
||
|
|
||
|
```bash
|
||
|
yunohost tools adminpw
|
||
|
```
|