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

Recover hidden users if the import task did not end properly #92

Closed ismab closed 2 years ago

ismab commented 4 years ago

Hello, Thanks for your extension. When the import task could not end due to a server interruption (for exemple if Apache restart during the execution of the import task) the users stay hidden. Do you know if there is a way to recover hidden users in this case ?

xperseguers commented 4 years ago

That's a bit strange since the import is supposed to change database using a transaction, which should logically only be persisted at the end and thus should leave the DB intact if it gets interrupted.

xperseguers commented 2 years ago

Possibly could be "enhanced" with #135

=> closing this issue as really old, transaction is supposed to do its job and server interruption sounds like a big problem anyway