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
Create a login page where administrators can log in. Redirect to a welcome dashboard if successful: if not successful, display error message. Valid usernames are: test_district_admin, test_school_admin, and test_teacher. valid password for all 3: Password1! . Will require a users database to be created with the Django app to store these accounts
The text was updated successfully, but these errors were encountered:
Create a login page where administrators can log in. Redirect to a welcome dashboard if successful: if not successful, display error message. Valid usernames are:
test_district_admin
,test_school_admin
, andtest_teacher
. valid password for all 3:Password1!
. Will require a users database to be created with the Django app to store these accountsThe text was updated successfully, but these errors were encountered: