Mojtabarezaei4 / Queueomatic

A queue system that can be used for educational purposes or for any other situations where prioritization of individuals is necessary.
https://queueomatic.azurewebsites.net/
MIT License
7 stars 2 forks source link

Handle signup scenario where a user already exists #126

Closed FabianAronsson closed 1 year ago

FabianAronsson commented 1 year ago

If you signup with an email you get redirected to the error page without any information as to why. There should be a check on the signup page for this and some information displayed to the user

Mojtabarezaei4 commented 1 year ago

This is because of we didn't want to inform that which emails are stored in our database, as we discussed.

FabianAronsson commented 1 year ago

That is true, but I find the user experience to be very degraded when doing it like that. Surely there is a different way of doing it?