Remove weird password from 5.1

This commit is contained in:
jbdoderlein 2024-08-13 10:20:18 +00:00
parent 8e20bdc3e3
commit 5cd52ce768
2 changed files with 1 additions and 1 deletions

View file

@ -10,6 +10,7 @@ from note_kfet.inputs import AmountInput
class SignUpForm(UserCreationForm):
usable_password = None
"""
Pre-register users with all information
"""