xperseguers / t3ext-ig_ldap_sso_auth

TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP and SSO support for TYPO3.
https://extensions.typo3.org/extension/ig_ldap_sso_auth
27 stars 70 forks source link

Backend user First log in message for Authorization - 3.7.1 #160

Closed ArchonSlime closed 1 year ago

ArchonSlime commented 1 year ago

Hello,

I don't know if this is the intended behaviour, but when a user first tries to login in the backend, it creates the user disable (wich is what we want) but the user doesn't have any feedback on what is happening, they just get redirected to the login page with no message.

So I was wondering if a message was supposed to be shown like or if it could be added. Something like "Please contact your administrator for your account to be authorized."

Thank you!

xperseguers commented 1 year ago

Did you follow the suggested configuration ? https://docs.typo3.org/p/causal/ig_ldap_sso_auth/3.7/en-us/AdministratorManual/SampleConfiguration.html#be-users

xperseguers commented 1 year ago

The disabled mapping was added as part of #44

ArchonSlime commented 1 year ago

Hello, we were not using the suggested configuration, thanks for the heads-up. We decided to use them and not do a double opt-in for the backend user.

I do still think it could be interesting to have a message for the backend user in case the automatic enabling isn't the wanted behavior.

Thank you!

xperseguers commented 1 year ago

Disabled by default (normally on creation from within the Backend) is a new default since TYPO3 v10 (or v11?), so unrelated to this extension.

I agree that double-opt in with message could be useful, but this is considered out of scope for this extension and should better implemented by a custom extension by hooking into this extension and reacting upon user creation/... to fit your business use case the exact way you expect it.