diff --git a/portal/forms/organisation.py b/portal/forms/organisation.py index f351e18f4..9fa20cbcb 100644 --- a/portal/forms/organisation.py +++ b/portal/forms/organisation.py @@ -46,7 +46,7 @@ class OrganisationForm(forms.ModelForm): current_password = forms.CharField( label='Enter your password', - widget=forms.PasswordInput(attrs={'autocomplete': "off"})) + widget=forms.PasswordInput(attrs={'autocomplete': "new-password", 'placeholder' : "Your Password"})) class Meta: model = School