therecluse26 / PHP-Login

A login system built with PHP, MySQL, jQuery and Bootstrap
MIT License
839 stars 444 forks source link

Unauthorized password change #210

Closed uomopalese closed 6 years ago

uomopalese commented 6 years ago

Hi, I'm getting "Unauthorized" when try to change password (as superadmin or standard user is the same). Any idea? Thanks

uomopalese commented 6 years ago

Problem seems to be relate to server permissions. In Site Configuration i set base_url to https://, but I left the logo on http://. This seems to be the cause of the "Unauthorized" message. After changing the path of the logo to https:// everything works fine. Thanks