Recommend this page to a friend! |
All requests | > | What is the best PHP users admin pane... | > | Request new recommendation | > | Featured requests | > | No recommendations |
by Obaid Abbasi - 8 years ago (2015-12-23)
+5 | How to create an admininstration panel to manage user accounts in PHP? |
1. by Okaca Kokas - 8 years ago (2016-05-10) Reply
how, I need to know how to create!!
0 | by zinsou A.A.E.Moïse 5850 - 7 years ago (2017-07-20) Comment tinyGatMs package is simple users and groups recurring access time management system. technolgies used: -PHP of course -MySql -AJAX(JAVASCRIPT) -HTML5 -for the css it's minimalist you will see what to do with that Features: -Class for groups management(validation, creation, suppression) -Class for users management(registration, validation, creation, suppression) -Management area based on user's role, actually it is set on Admin allowed only(fully used of ajax only) -Users registration with ajax using PDO to connect to MySql *check of already used mail or already used username (ajax) *send of validation mail(ajax) -Users connexion with ajax using PDO to connect to MySql *check of username existence(ajax) *check of true password(ajax) *check of access time (ajax) with message to tell you when to connect if you can't at the moment you try. *not register? link *forget password link -Users password recovering page and reset mail sending using ajax *mail prompt *password changing after mail validation with unique id -Management of users *Edit properties like activation statut,role,password,group for access time etc... *Add a new user *Delete an user -Management of Groups *Edit properties like name,description,access time,access time recurrence,starting date to apply the access time, etc... *Add a new group *Delete an existing group. |
0 | by Burge Lab 240 - 8 years ago (2016-08-01) Comment You can use simply user_manager_model of BurgeCMF, and its related controller AE_User. The password authentication is completely secure and also stores a seed per user to disallow rainbow table attacks. You can also use the BurgeCMF as a whole, to start your new web application soon and secure. I suggest to visit the demo. |
+2 | by Manuel Lemos 23985 - 8 years ago (2016-01-01) Comment This package is old but it provides an administration panel to manage user accounts besides user registration and login support. |
Recommend package | |
|