Commit 75f53b6d32b7098c8c7df13d06cce755641fc4ac
1 parent
e012f45e
Exists in
master
and in
20 other branches
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 | 237 | help_text=_("Required. 30 characters or fewer. Letters and digits."), |
238 | 238 | error_messages={ |
239 | 239 | 'invalid': _("This value may contain only letters and numbers.")}) |
240 | + # TODO: remove this hardcoded URL from here | |
240 | 241 | password = ReadOnlyPasswordHashField(label=_("Password"), |
241 | 242 | help_text=_("Raw passwords are not" |
242 | 243 | " stored, so there is no" | ... | ... |