Commit 75f53b6d32b7098c8c7df13d06cce755641fc4ac

Authored by Sergio Oliveira
1 parent e012f45e

Added TODO

Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
colab/accounts/forms.py
@@ -237,6 +237,7 @@ class UserChangeForm(forms.ModelForm): @@ -237,6 +237,7 @@ class UserChangeForm(forms.ModelForm):
237 help_text=_("Required. 30 characters or fewer. Letters and digits."), 237 help_text=_("Required. 30 characters or fewer. Letters and digits."),
238 error_messages={ 238 error_messages={
239 'invalid': _("This value may contain only letters and numbers.")}) 239 'invalid': _("This value may contain only letters and numbers.")})
  240 + # TODO: remove this hardcoded URL from here
240 password = ReadOnlyPasswordHashField(label=_("Password"), 241 password = ReadOnlyPasswordHashField(label=_("Password"),
241 help_text=_("Raw passwords are not" 242 help_text=_("Raw passwords are not"
242 " stored, so there is no" 243 " stored, so there is no"