WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
2 stars 1 forks source link

Handle failed login when user has no role #57

Open obrienben opened 2 years ago

obrienben commented 2 years ago

Currently in v3.x, when a user tries to login and they are not assigned a role, they will redirect to a generic white label error page.

Suggest, returning to the login page with an appropriate failed login message, similar to a incorrect password.