Skip to content

Commit

Permalink
Missed incorrect webadmin password length in Experiments form
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Mar 6, 2024
1 parent 5b739fe commit 1e9cb7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion omeroweb/webadmin/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def __init__(

if "with_password" in kwargs["initial"] and kwargs["initial"]["with_password"]:
self.fields["password"] = forms.CharField(
max_length=255,
widget=forms.PasswordInput(attrs={"size": 30, "autocomplete": "off"}),
)
self.fields["confirmation"] = forms.CharField(
Expand Down

0 comments on commit 1e9cb7e

Please sign in to comment.