Explicitly mention that a headscale username should *not* end with @

See: #3149
This commit is contained in:
Florian Preinstorfer
2026-03-20 19:34:12 +01:00
committed by nblock
parent 568baf3d02
commit efd83da14e
3 changed files with 12 additions and 5 deletions

View File

@@ -191,8 +191,10 @@ You may refer to users in the Headscale policy via:
!!! note "A user identifier in the policy must contain a single `@`"
The Headscale policy requires a single `@` to reference a user. If the username or provider identifier doesn't
already contain a single `@`, it needs to be appended at the end. For example: the username `ssmith` has to be
written as `ssmith@` to be correctly identified as user within the policy.
already contain a single `@`, it needs to be appended at the end. For example: the Headscale username `ssmith` has
to be written as `ssmith@` to be correctly identified as user within the policy.
Ensure that the Headscale username itself does not end with `@`.
!!! warning "Email address or username might be updated by users"