/** * Return list of allowed targets * * @return array */ public static function getAllowedTargets() { $list = parent::getAllowedTargets(); $list[] = 'profile'; return $list; }
/** * Return list of allowed targets * * @return array */ public static function getAllowedTargets() { $list = parent::getAllowedTargets(); $list[] = 'recover_password'; return $list; }