Disabled email verification by default

This commit is contained in:
Julian Prieber 2023-02-17 13:19:02 +01:00 committed by GitHub
parent 40dd951c01
commit 34edfa19a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.env
View File

@ -1,6 +1,6 @@
#Email verification=Changes if users have to verify their email after registration.
#=REGISTER_AUTH either auth or verified. If auth is selected, no verification is required. Default is verified.
REGISTER_AUTH=verified
REGISTER_AUTH=auth
#Internal notifications=Changes if certain messages should be displayed or not.
#=NOTIFY_EVENTS notifies admins if an important event is happening, such as polls about the future of this project or security vulnerabilities.
@ -113,4 +113,4 @@ HOME_FOOTER_LINK=""
HIDE_VERIFICATION_CHECKMARK=false
ALLOW_CUSTOM_BACKGROUNDS=true
ALLOW_CUSTOM_BACKGROUNDS=true