From 75f53b6d32b7098c8c7df13d06cce755641fc4ac Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 7 Sep 2015 16:25:00 -0300 Subject: [PATCH] Added TODO --- colab/accounts/forms.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/colab/accounts/forms.py b/colab/accounts/forms.py index 19a2272..ec399e7 100644 --- a/colab/accounts/forms.py +++ b/colab/accounts/forms.py @@ -237,6 +237,7 @@ class UserChangeForm(forms.ModelForm): help_text=_("Required. 30 characters or fewer. Letters and digits."), error_messages={ 'invalid': _("This value may contain only letters and numbers.")}) + # TODO: remove this hardcoded URL from here password = ReadOnlyPasswordHashField(label=_("Password"), help_text=_("Raw passwords are not" " stored, so there is no" -- libgit2 0.21.2