Ignore:
Timestamp:
25 Nov 2011, 08:32:43 (13 years ago)
Author:
Henrik Bettermann
Message:

Do not fill user description automatically.

Hide user description in user edit mode. We could use the description field also for notices appearing in a user notice box on the left (to be implemented).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/authentication.py

    r7193 r7197  
    8888        if title is None:
    8989            title = name
    90         if description is None:
    91             description = title
     90        #if description is None:
     91        #    description = title
    9292        self.title = title
    9393        self.description = description
Note: See TracChangeset for help on using the changeset viewer.