dineshkummarc / phpmyCINews

This is a simple news portal codeignitor project .
MIT License
0 stars 0 forks source link

unable to login to admin panel using db login credentials #1

Closed dineshkummarc closed 6 hours ago

dineshkummarc commented 6 hours ago

unable to login to admin panel using db login credentials

work around: the db login credentials are encrypted , please first decrypt them to use.

dineshkummarc commented 6 hours ago

the code uses a php base64_encode please use a base64_decode to check the password provided inside the db script.