Use UUID instead of username to identify users #17
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Documentation
Prévenir :
Où ça impacte concrètement
Tu as 3 endroits :
username: lookup parpreferred_username/ endpoint “users?username=…”uuid: lookup direct parsub/ endpoint “users/{id}” (ou un claim stable)target_user(string) = username ou uuid, selon configtarget_user_refpar ex), et tu changes juste l’interprétation%u(RCPT final / user) doit matcher ton “user_ref”user_ref@<domain_canonique>ou quelque chose qui donne%u = user_refScript de migration