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.
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>
1 year ago
..
source Add new user types `reserved`, `bot`, and `remote` (#24026) 1 year ago
auth.go Refactor cookie (#24107) 1 year ago
auth_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
basic.go Implement actions (#21937) 1 year ago
group.go refactor auth interface to return error when verify failure (#22119) 2 years ago
httpsign.go refactor auth interface to return error when verify failure (#22119) 2 years ago
interface.go refactor auth interface to return error when verify failure (#22119) 2 years ago
middleware.go Map OIDC groups to Orgs/Teams (#21441) 1 year ago
oauth2.go Implement actions (#21937) 1 year ago
reverseproxy.go Add context cache as a request level cache (#22294) 1 year ago
session.go refactor auth interface to return error when verify failure (#22119) 2 years ago
signin.go Implement FSFE REUSE for golang files (#21840) 2 years ago
source.go Implement FSFE REUSE for golang files (#21840) 2 years ago
sspi_windows.go Refactor cookie (#24107) 1 year ago
sync.go Implement FSFE REUSE for golang files (#21840) 2 years ago