cms icon indicating copy to clipboard operation
cms copied to clipboard

Доброго времени. Та же самая проблема, версия MaxSite CMS Version 102.3.

Open Sergeysem opened this issue 3 years ago • 1 comments

    Доброго времени. Та же самая проблема, версия MaxSite CMS Version 102.3.

Если закомментировать, то работает, но не знаю можно ли так оставить?

// пароль не нужно шифровать mso_md5
if (isset($post['comments_password_md']) and $post['comments_password_md'])
{/*
if ($row['comusers_password'] != $comments_password) // пароль неверный
return '<div class="' . $args['css_error']. '">' . tf('Неверный пароль'). '</div>';
*/}
else
{
if ($row['comusers_password'] != mso_md5($comments_password)) // пароль неверный
return '<div class="' . $args['css_error']. '">' . tf('Неверный пароль'). '</div>';
}

Originally posted by @Sergeysem in https://github.com/maxsite/cms/issues/385#issuecomment-1252308368

Sergeysem avatar Sep 25 '22 08:09 Sergeysem

https://github.com/maxsite/cms/issues/385

Sergeysem avatar Sep 25 '22 08:09 Sergeysem