We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40dd951 commit 34edfa1Copy full SHA for 34edfa1
.env
@@ -1,6 +1,6 @@
1
#Email verification=Changes if users have to verify their email after registration.
2
#=REGISTER_AUTH either auth or verified. If auth is selected, no verification is required. Default is verified.
3
-REGISTER_AUTH=verified
+REGISTER_AUTH=auth
4
5
#Internal notifications=Changes if certain messages should be displayed or not.
6
#=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=""
113
114
HIDE_VERIFICATION_CHECKMARK=false
115
116
-ALLOW_CUSTOM_BACKGROUNDS=true
+ALLOW_CUSTOM_BACKGROUNDS=true
0 commit comments