Created
April 19, 2012 16:33
-
-
Save aertmann/2422161 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t3lib_div::loadTCA('fe_users'); | |
// Disable tx_extbase_type from being used by extbase as the frontend users & frontend groups required type field | |
unset($TCA['fe_users']['columns']['tx_extbase_type']); | |
unset($TCA['fe_users']['ctrl']['type']); | |
unset($TCA['fe_groups']['columns']['tx_extbase_type']); | |
unset($TCA['fe_groups']['ctrl']['type']); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment