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 68 forks source link

no error message on login for deactivated/expired accounts #5

Closed DerVolli closed 4 years ago

DerVolli commented 6 years ago

If an account has an expiration date set in Typo3 BE and exceeds it the respective user doesn't get any error message if the user tries to log on. The login page is just reloaded and the username is prefilled. This is also true if the account is disabled in the Typo3 BE.

This has been observed with Typo3 6.2 and 7.6

xperseguers commented 6 years ago

Did you confirm that TYPO3, regardless of this extension, normally shows a dedicated message under such case and that this extension somehow changes this behaviour?

DerVolli commented 6 years ago

Yes I did test that.

xperseguers commented 5 years ago

Looks like I cannot reproduce this problem with feature/TYPO3_v9. In fact, start/end times are actually not taken into account anymore.

DerVolli commented 5 years ago

Thanks a lot - that helped! Issue can be closed.