jglamine / calvinwebprint

A friendlier interface to the printing system at Calvin College.
https://calvinwebprint.com
MIT License
6 stars 7 forks source link

Username field submitted as <username>@students.calvin.edu, not as username #37

Closed twodarek closed 4 years ago

twodarek commented 9 years ago

There are two cases for this:

  1. User enters username FE submits username as username@students.calvin.edu
  2. User enters email address FE submits email address

Problem: For faculty and staff, entering a username responds with bad auth reply (401) because they aren't @students.calvin.edu.

Suggestion: Have the FE submit username (in the username field) as a plan username. Add logic to the BE to handle the cases of user entering username OR email address.

twodarek commented 9 years ago

CC+: @jglamine for visibility.