umgc / umgc.idea.tracker.ui

This is where your nodeJS stuff will go
0 stars 0 forks source link

Unable to create new admin user #24

Closed kathryns222 closed 3 years ago

kathryns222 commented 3 years ago

entering all the required data to create a new admin user appears to work when the Register button is pressed but no additional account is created in the database. Attempting to use the new credentials results in an incorrect credential login. This happens both manually and during automated front end testing.

This also impacts that ability to notify of duplicate account already created as part of checking this section works. REQ-1.9: As the professor, I want to be able to create an additional authenticated account. REQ-1.10: As the professor, I want to be notified if a new authenticated account already exists when creating.

kathryns222 commented 3 years ago

Tested and it now works.