mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Implement signup approval in server
This commit is contained in:
parent
bc48e33b80
commit
e364e31e25
59 changed files with 1561 additions and 448 deletions
|
@ -193,6 +193,7 @@ function customConfig (): CustomConfig {
|
|||
signup: {
|
||||
enabled: CONFIG.SIGNUP.ENABLED,
|
||||
limit: CONFIG.SIGNUP.LIMIT,
|
||||
requiresApproval: CONFIG.SIGNUP.REQUIRES_APPROVAL,
|
||||
requiresEmailVerification: CONFIG.SIGNUP.REQUIRES_EMAIL_VERIFICATION,
|
||||
minimumAge: CONFIG.SIGNUP.MINIMUM_AGE
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue