-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement registration process
- Loading branch information
Showing
19 changed files
with
399 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,11 @@ SECRET_KEY = "change me before you go in production" | |
# will be read-only. | ||
# EMAIL_CONFIRMATION = | ||
|
||
# If ENABLE_REGISTRATION is true, then users can freely create an account | ||
# at this instance. If email verification is available, users must confirm | ||
# their email before the account is created. | ||
# ENABLE_REGISTRATION = false | ||
|
||
# If HIDE_INVALID_LOGINS is set to true (the default), when a user | ||
# tries to sign in with an invalid login, a message is shown indicating | ||
# that the password is wrong, but does not give a clue wether the login | ||
|
@@ -241,9 +246,3 @@ WRITE = [ | |
# LOGIN = "" | ||
# PASSWORD = "" | ||
# FROM_ADDR = "[email protected]" | ||
|
||
# The registration options. If not set, registration will be disabled. Requires SMTP to work. | ||
# Groups should be formatted like this: ["<GROUP_NAME_ATTRIBUTE>=group_name,<GROUP_BASE>", ...] | ||
# [REGISTRATION] | ||
# GROUPS=[] | ||
# CAN_EDIT_USERNAME = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.