mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 23:26:19 +01:00
Added more stuff
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from django import forms
|
||||
|
||||
|
||||
class LoginForm(forms.Form):
|
||||
username = forms.CharField(max_length=16, required = True)
|
||||
username = forms.CharField(max_length=16, required=True)
|
||||
password = forms.CharField(widget=forms.PasswordInput())
|
||||
|
||||
Reference in New Issue
Block a user