Skip to content

Commit 34edfa1

Browse files
Disabled email verification by default
1 parent 40dd951 commit 34edfa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Email verification=Changes if users have to verify their email after registration.
22
#=REGISTER_AUTH either auth or verified. If auth is selected, no verification is required. Default is verified.
3-
REGISTER_AUTH=verified
3+
REGISTER_AUTH=auth
44

55
#Internal notifications=Changes if certain messages should be displayed or not.
66
#=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=""
113113

114114
HIDE_VERIFICATION_CHECKMARK=false
115115

116-
ALLOW_CUSTOM_BACKGROUNDS=true
116+
ALLOW_CUSTOM_BACKGROUNDS=true

0 commit comments

Comments
 (0)