You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/auth/source
techknowlogick 1819c4b59b
Add new user types `reserved`, `bot`, and `remote` (#24026)
This allows for usernames, and emails connected to them to be reserved
and not reused.

Use case, I manage an instance with open registration, and sometimes
when users are deleted for spam (or other purposes), their usernames are
freed up and they sign up again with the same information.

This could also be used to reserve usernames, and block them from being
registered (in case an instance would like to block certain things
without hardcoding the list in code and compiling from scratch).

This is an MVP, that will allow for future work where you can set
something as reserved via the interface.

---------

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
2 years ago
..
db Add new user types `reserved`, `bot`, and `remote` (#24026) 2 years ago
ldap Don't apply the group filter when listing LDAP group membership if it is empty (#23745) 2 years ago
oauth2 Handle OpenID discovery URL errors a little nicer when creating/editing sources (#23397) 2 years ago
pam Implement FSFE REUSE for golang files (#21840) 2 years ago
smtp Improve utils of slices (#22379) 2 years ago
sspi Implement FSFE REUSE for golang files (#21840) 2 years ago
source_group_sync.go Fix accidental overwriting of LDAP team memberships (#24050) 2 years ago