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

Fixes "password" field on Admin Usres' forms #24

Closed peixespnsc closed 5 years ago

peixespnsc commented 5 years ago

This small PR intends to fix errors on saving Admin Users' forms that began to occours after table's field change from "passwd" to "password". This PR also intends to brings better simillarity between files (functions, vars names, requires, comments, et al). It's also fixes a filter problem (on Customers and Admin Users) and allow users to edit their profile from site's header.