Skip to content

Instantly share code, notes, and snippets.

@aertmann
Created April 19, 2012 16:33
Show Gist options
  • Save aertmann/2422161 to your computer and use it in GitHub Desktop.
Save aertmann/2422161 to your computer and use it in GitHub Desktop.
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