docelic / fluence

WYSIWYG wiki powered by Crystal, markdown, and Git
GNU General Public License v3.0
48 stars 1 forks source link

Fix login with nonexistent username #21

Closed docelic closed 6 years ago

docelic commented 6 years ago

Currently, logging in with a non-existent username results in an application error in Kemal, rather than being gracefully handled within the application.

This should be handled in the same way how a username/password mismatch is reported to the user.