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.
|
# 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
|
# Add support for actions, based on act: https://github.com/nektos/act
|
||||||
actions = {
|
actions = {
|
||||||
|
|
@ -68,10 +68,10 @@ in
|
||||||
SENDMAIL_PATH = "${config.security.wrapperDir}/sendmail";
|
SENDMAIL_PATH = "${config.security.wrapperDir}/sendmail";
|
||||||
};
|
};
|
||||||
|
|
||||||
# oauth2_client = {
|
oauth2_client = {
|
||||||
# REGISTER_EMAIL_CONFIRM = true;
|
ENABLE_AUTO_REGISTRATION = true;
|
||||||
# USERNAME = ;
|
ACCOUNT_LINKING = "login";
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# secrets = {
|
# secrets = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue