tolgee / tolgee-platform

Developer & translator friendly web-based localization platform

Home Page:https://tolgee.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying to disable native authentication with `tolgee.authentication.native-enabled`=`false` doesn't work

emericv opened this issue · comments

I'm trying to disable native authentication with tolgee.authentication.native-enabled=false

tolgee:
  authentication:
    enabled: true
    native-enabled: false

But after a restart, the native login form is still here.

image

Dockerized Tolgee v3.59.3

Hey, there is no native-enabled there is only enabled

Edit: OK, there is native-enabled.

Edit 2: Sorry!

Edit 3: You're right that this is weird. We plan fix these issues with other SSO updates we plan. According to the code, it's only used to determine whether your password is resetable or not.

This is the master feature: #2273

I am closing this in favour of the master. Thanks for reporting anyway!