Adding registration

This commit is contained in:
Lyes Saadi 2025-12-14 02:50:32 +01:00
parent 9b96f1e1e3
commit 86f7cc4bfc
Signed by: lyes
GPG key ID: 55A1D803917CF39A

View file

@ -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 = {