Ayemae / Grawlix-Webcomic-CMS

PHP-based webcomic CMS
22 stars 5 forks source link

Password System not working #22

Open MatthewPChapdelaine opened 2 months ago

MatthewPChapdelaine commented 2 months ago

I was able to login at first, and then it shut me out.

I checked the database, and changed my password there.

It still didn't work.

I don't see where the problem is.

The password reset part appears to work, but I don't get any emails.

Ayemae commented 2 months ago

Hm. :( I’m assuming you also checked your spam and junk folder? I’ll look into this as soon as I am able.

Ayemae commented 1 month ago

Oh, hm. I have learned that whether or not PHP's mail() function works depends on how that host's PHP is configured. I'll either need to figure out a workaround somehow, or make it compatible with something like PHPMailer should some folks need to install it.