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

How to add new user ? No doc/guide #19

Closed aravindnc closed 3 years ago

gmhz commented 5 years ago

there's corephpadmin.sql file

fferraro87 commented 5 years ago

yes but password is hashed, so how can i add a new admin?

aravindnc commented 5 years ago

You have to generate password using the same algorithm then replace it in the db. that is the only way I found out.

gmhz commented 5 years ago

login superadmin password superadmin

samuelrajs commented 4 years ago

why am i not able to add a new user through the UI ( front end) ?

peixespnsc commented 4 years ago

Front end's not implemented https://github.com/chetans9/core-php-admin-panel/issues/30