ft_transcendence/accounts/settings.py

4 lines
90 B
Python
Raw Normal View History

2023-10-24 16:56:37 -04:00
PASSWORD_MIN_SIZE = 3
PASSWORD_MAX_SIZE = 128
USERNAME_MIN_SIZE = 3
USERNAME_MAX_SIZE = 40