Update app.ini - disable local accounts login
This commit is contained in:
parent
c201991401
commit
f802febff4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue