Adding registration
This commit is contained in:
parent
9b96f1e1e3
commit
86f7cc4bfc
1 changed files with 5 additions and 5 deletions
|
|
@ -50,7 +50,7 @@ in
|
|||
};
|
||||
|
||||
# You can temporarily allow registration to create an admin user.
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
service.DISABLE_REGISTRATION = false;
|
||||
|
||||
# Add support for actions, based on act: https://github.com/nektos/act
|
||||
actions = {
|
||||
|
|
@ -68,10 +68,10 @@ in
|
|||
SENDMAIL_PATH = "${config.security.wrapperDir}/sendmail";
|
||||
};
|
||||
|
||||
# oauth2_client = {
|
||||
# REGISTER_EMAIL_CONFIRM = true;
|
||||
# USERNAME = ;
|
||||
# };
|
||||
oauth2_client = {
|
||||
ENABLE_AUTO_REGISTRATION = true;
|
||||
ACCOUNT_LINKING = "login";
|
||||
};
|
||||
};
|
||||
|
||||
# secrets = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue