UniversityOfSaskatchewanCMPT371 / term-project-2024-team-4

Apache License 2.0
2 stars 2 forks source link

Fix to issue #123 and some reworking to .ENV/Helper files #126

Closed lecegues closed 5 months ago

lecegues commented 5 months ago

Description

Fix to issue #123

lecegues commented 5 months ago

Looks good. A few concerns about the automatic creation of a user with ID:1, guess this user can never be permanently deleted.

Changed to check for the userName in the database, rather than a user with ID1; however, the default user cannot be deleted (requirement)