mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Login: Add logging for incorrect JS hostnames
This commit is contained in:
@@ -59,6 +59,7 @@ class LoginForm(forms.Form):
|
||||
username/password logins.
|
||||
"""
|
||||
keep_logged_in = forms.BooleanField(label=_("Keep me logged in"), required=False)
|
||||
origin = forms.CharField(widget=forms.HiddenInput, required=False)
|
||||
|
||||
error_messages = {
|
||||
'invalid_login': _("This combination of credentials is not known to our system."),
|
||||
|
||||
Reference in New Issue
Block a user