dominik-th / matomo-plugin-LoginOIDC

external authentication services for matomo
https://plugins.matomo.org/LoginOIDC/
GNU General Public License v3.0
40 stars 29 forks source link

Adjust clientSecret to show as password #21

Closed akokskis closed 4 years ago

akokskis commented 4 years ago

In SystemSettings.php, adjusting the uiControl in createClientSecretSetting() to FieldConfig::UI_CONTROL_PASSWORD. This will hide the client secret in the UI.

dominik-th commented 4 years ago

Thanks for your contribution!