Update app.ini - disable local accounts login

This commit is contained in:
thhsh 2025-07-07 10:32:33 -04:00
parent c201991401
commit f802febff4
Signed by: thhsh
SSH key fingerprint: SHA256:6xs0MnltwjyYI//UN9PNFDQbA2aYZV8dB8IrNcZ41Qs

View file

@ -76,6 +76,8 @@ DEFAULT_KEEP_EMAIL_PRIVATE = true
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
DEFAULT_ENABLE_TIMETRACKING = true
NO_REPLY_ADDRESS = noreply.git.starcat.systems
ENABLE_INTERNAL_SIGNIN = false
;; !!! THE ABOVE COMMAND DISABLES THE LOCAL SIGN IN FORM, AND FORCES USERS TO SIGN IN WITH STARCAT ID. IF STARCAT ID IS NOT WORKING, CHANGE THE ABOVE TO 'true' AND RESTART FORGEJO TO ENABLE LOCAL SIGN IN !!!
[service.explore]
REQUIRE_SIGNIN_VIEW = true