Closed KianMiridoozini closed 1 week ago
Admins can now change the status of users.
AdminController.php has been created and used for admin capability "user acount status"
manage-users.php includes the form which displays the list of users.
admin.js is handling the ajax for changing userstatus.
Home.php is now including manage-users.php in case of an admin being logged in.
HomeController.php has been updated to accomidate list of users.
Admins can now change the status of users.
AdminController.php has been created and used for admin capability "user acount status"
manage-users.php includes the form which displays the list of users.
admin.js is handling the ajax for changing userstatus.
Home.php is now including manage-users.php in case of an admin being logged in.
HomeController.php has been updated to accomidate list of users.