When you try to save a user with an email that's already taken, you now get a clear message — not a cryptic error.
If an administrator tried to update a user's or staff member's email address to one that already belonged to another account, NavEd would show a raw technical error message instead of something helpful. It said something like "Failed to Update User: duplicate key value violates unique constraint..." — which tells you nothing about what to actually do.
We've fixed this so that when you enter an email already in use, you'll see a clear message: "That email address is already in use by another account. Please choose a different email." The edit page stays open so you can correct it right away.
Fixes and Improvements¶
- Fixed confusing error when editing a user or staff member with a duplicate email address
- Improved error handling for the staff edit flow with the same friendly message