BCStudentSoftwareDevTeam / lsf-oss

0 stars 0 forks source link

Users logged in with @berea.edu as part of their username cannot access system #1

Closed sheggen closed 3 years ago

sheggen commented 3 years ago

If a user logs in with their email address (e.g., heggens@berea.edu) instead of their username (e.g., heggens), the system handles the user correctly by adding them to the supervisors table:

Invalid User: mcguirem@berea.edu not found in Tracy database Adding mcguirem to supervisor table

However, the user gets an Access Denied error page. This is likely because the system does not handle changing their username for each page load. It only handles adding them to the database as a supervisor.

sheggen commented 3 years ago

Not relevant to this repo.