labbsr0x / whisper

A cloud-native Identity and OAuth Provider implemented with Golang and ORY Hydra
MIT License
12 stars 4 forks source link

Prevent registration of users with same username #27

Closed claudiosegala closed 4 years ago

claudiosegala commented 5 years ago

The current behavior is that is someone signs up with a repeated username or repeated email, it will continue to the login page like it was successful. It should warn the user that a user already exists.

eabili0 commented 5 years ago

Could you open a PR to fix this problem? Thanks! @claudiosegala