Index: branches/RC/core/units/users/users_event_handler.php =================================================================== diff -u -r9125 -r9160 --- branches/RC/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 9125) +++ branches/RC/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 9160) @@ -862,7 +862,7 @@ $confirm_template = $this->Application->GetVar('reset_confirm_template'); if (!$confirm_template) { - $this->Application->SetVar('reset_confirm_template', 'platform/login/forgotpass_reset'); + $this->Application->SetVar('reset_confirm_template', 'platform/login/forgot_password_reset'); } $this->Application->EmailEventUser('USER.PSWDC', $user_object->GetDBField('PortalUserId'));