Procházet zdrojové kódy

reversing another accident, forgot vim mode wasnt enabled at the time

pull/351/head
prasket před 6 roky
rodič
revize
80dd5f0b46
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. +1
    -2
      docs/updating-users-passwords.md

+ 1
- 2
docs/updating-users-passwords.md Zobrazit soubor

@@ -5,8 +5,7 @@
You can reset a user's password via the Ansible playbook (make sure to edit the `<your-username>` and `<your-password>` part below):

```
ansible-playbook -i inventory/hosts setup.yml --extra-vars='user:w
name=<your-username> password=<your-password>' --tags=update-user-password
ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=<your-username> password=<your-password>' --tags=update-user-password
```

**Note**: `<your-username>` is just a plain username (like `john`), not your full `@<username>:<your-domain>` identifier.


Načítá se…
Zrušit
Uložit