You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
As an administrator of the application I would like to be able to log in the administration panel so that I can manage the content.
As an administrator of the application I would like to be able to log out of the administration panel so that I can remove my active session.
Acceptance criteria
There should be a login page.
When on the login page, an email address and a password should be required for logging in.
When the administrator is logged in, he should be redirected to the admin dashboard page and display a successful notification.
If the administrator provides invalid credentials, display the error messages for each field separately or a generic message for incorrect credentials provided.
When the administrator is logged in the administration panel, there should be a logout link that will log him out when clicked.
When the administrator is logged in, his name and profile picture should be displayed on the right side of the navigation bar.
Technical details
For the authentication, we need to use the modules:
Business Requirements
As an administrator of the application I would like to be able to log in the administration panel so that I can manage the content.
As an administrator of the application I would like to be able to log out of the administration panel so that I can remove my active session.
Acceptance criteria
Technical details
For the authentication, we need to use the modules:
to be able to log in, log out and update the profile.
The text was updated successfully, but these errors were encountered: