chetans9 / core-php-admin-panel

An Admin panel written in core php with CRUD, filters and pagination.
http://freecs9.epizy.com/core-php-admin
283 stars 141 forks source link

cant login #32

Closed subtain-haider closed 3 years ago

subtain-haider commented 4 years ago

downloaded the zip extracted it, imported SQL into my database, opened the project in xampp and now on login page

using following credentials: username: admin password: admin

its always saying "Invalid user name or password"

I have also tried using different usernames in users table bt nothing works

wht are the credentials??? and is there any way I can pass authentication initially or change the password???

robloves commented 4 years ago

Comment out lines 10 to 15 from /lib/Users/Users.php and lines 6 to 8 from includes/auth_validate.php. After that you can add a new admin via add_admin.php and logon.

Don't forget to uncomment the lines in both files afterwards.