pvarki / python-rasenmaeher-api

1 stars 0 forks source link

[Feature Request] Make sure we do not allow same callsign with mixed case #107

Open rambo opened 2 months ago

rambo commented 2 months ago

1. Feature Request

What's your request about? Describe the solution you'd like

First of all it can be confusing (potential security risk even) to have HUKKA01a and HUKKA01A as separate users.

Secondly KC forces usernames (and emails) to lowercase and at that point we will definitely run into problems.

How this feature could be implemented technically?

Have the "is this callsign taken" -check to be case-insensitive.