Snappi Posted May 2, 2017 Report Share Posted May 2, 2017 Здравствуйте. Как я узнал, DLE юзает метод шифрования md5(md5($password)). Такого метода нету по стандарту в IPS "из коробки" и они посоветовали изменить настройки в методе _External::encryptedPassword в файле /system/Login/External.php. В нём я изменил стандартный return в case md5. В итоге вышло return md5(md5($password)); Но при попытке войти всё ровно ничего не изменилось. В чём может быть моя ошибка? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.