feat: disable registration
This commit is contained in:
parent
ab74d46c28
commit
39330ce821
17 changed files with 179 additions and 132 deletions
|
|
@ -12,6 +12,9 @@ JWT_SECRET=
|
|||
# Go duration format
|
||||
JWT_EXPIRY=168h
|
||||
|
||||
# Set to true to block new account creation via magic link. Existing users can still log in.
|
||||
DISABLE_REGISTRATION=false
|
||||
|
||||
MAILER_SMTP_HOST=
|
||||
MAILER_SMTP_PORT=
|
||||
MAILER_IMAP_HOST=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue