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

Check for default values in TCA does not work with empty strings #82

Closed spoonerWeb closed 4 years ago

spoonerWeb commented 4 years ago

Before a new user is created the Typo3UserRepository checks the default value for every field in the TCA. When the default value is an empty string, it does not set the default value given in the TCA and use null, which can be a problem when inserting via SQL and the SQL field is NOT NULL.