1
0
Fork 0
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:
Chocobozzz 2023-01-19 09:27:16 +01:00 committed by Chocobozzz
parent bc48e33b80
commit e364e31e25
59 changed files with 1561 additions and 448 deletions

View file

@ -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
},