This is a project of an administrative environment using CakePHP. The purpose of the application is to manage users and the content of a website.
The system is under development and you can see some screens developed in detail:
Login Screen
This screen allows registered users to access the system, returning error messages if the user does not inform the necessary credentials for the action or informs invalid credentials
Welcome Screen
This screen is displayed to users after successful login
User Control Screen
This screen displays the users registered in the system, the data displayed was recorded for testing purposes and the button actions for displaying user details, editing and deleting are implemented