ExtendedProfile is not something we want by default.

This commit is contained in:
Mikael Nordfeldth 2015-07-17 12:46:24 +02:00
parent 9045575e62
commit a093dea38c
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ class PublicSite extends SiteProfileSettings
'plugins' => array(
'core' => self::corePlugins(),
'default' => array_merge(self::defaultPlugins(), array(
'ExtendedProfile' => array(),
'RegisterThrottle' => array(),
))
),