Add instance IDs for forgejo auth sources #196
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
orinoco/dump-things-server!196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "forgejo-labels"
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?
Extend the Forgejo authentication sources to hold instance IDs that uniquely identify a Forgejo
instance. These instance IDs are used to generate non-matching
incoming_labelseven if the user names on different forgejo-instances are identical.By default. the disambiguation is achieved using an md5 hash of the Forgejo authentication source URL.
The configuration allows to override this with a custom string to keep
incoming_labelsreadable.