diff options
| author | alex <alex@pdp7.net> | 2026-01-05 19:04:07 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-01-05 19:04:07 +0100 |
| commit | 362b7f6e0c05d44795f2e7728a1fb085dcd776e5 (patch) | |
| tree | e8c48dc421dc9be8cddec95144f56bea15cbe4f0 /infrastructure | |
| parent | a23da2bc9401b2ec47d63e6458bd2f049ea3f527 (diff) | |
Add note about the test user
Diffstat (limited to 'infrastructure')
| -rw-r--r-- | infrastructure/roles/users/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/infrastructure/roles/users/README.md b/infrastructure/roles/users/README.md index a1ad1ea..b220c8c 100644 --- a/infrastructure/roles/users/README.md +++ b/infrastructure/roles/users/README.md @@ -12,3 +12,8 @@ Once you can ssh to your user, set your password with `su -c "passwd $(whoami)"` From then on, use `sudo` for privileged actions. Remember to only modify the system using Ansible. + +## Test user + +The `test` user is intended for testing. +For example, you can send emails to this user, and impersonate the user to read email. |
