arenaxr / arena-account

Django project user account management for the ARENA.
https://docs.arenaxr.org/content/architecture/security.html
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

add topic username conflict limits #84

Open mwfarb opened 9 months ago

mwfarb commented 9 months ago
  1. Temp solution could be also to add g or others to username reserved to check at signup.
  2. I think we should add a min length to username. Looks like the current default django allows max length 150 and min length 1.