Skip to content

Commit

Permalink
Added TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
  • Loading branch information
seocam committed Sep 7, 2015
1 parent e012f45 commit 75f53b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colab/accounts/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 75f53b6

Please sign in to comment.