diff options
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index a013a3456..87cad0d72 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2416,6 +2416,9 @@ class IshtarUser(User):          cache.set(cache_key, res, settings.CACHE_SMALLTIMEOUT)          return res +IshtarUser._meta.get_field('password').help_text = _( +    u"To modify the password use the form in Auth > User") +  class AuthorType(GeneralType):      class Meta:  | 
