Index: branches/5.2.x/core/units/users/users_tag_processor.php =================================================================== diff -u -N -r14726 -r14728 --- branches/5.2.x/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 14726) +++ branches/5.2.x/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 14728) @@ -1,6 +1,6 @@ 'all,m,u', 'u_event' => 'OnLogout', 'm_cat_id' => 0); $logout_template = $this->SelectParam($params, 'template,t'); return $this->Application->HREF($logout_template, '', $pass); } - function UseUsernames($params) - { - return $this->Application->ConfigValue('Email_As_Login') != 1; - } - function RegistrationEnabled($params) { return $this->Application->ConfigValue('User_Allow_New') != 2;