app/soc/logic/models/user.py
changeset 1106 e14b0995cf29
parent 1076 063194eaf87b
child 1115 0a723ff3d27c
equal deleted inserted replaced
1105:326cd1181c03 1106:e14b0995cf29
   150   def _onCreate(self, entity):
   150   def _onCreate(self, entity):
   151     """Send out a message to welcome the new user.
   151     """Send out a message to welcome the new user.
   152     """
   152     """
   153 
   153 
   154     notifications.sendWelcomeMessage(entity)
   154     notifications.sendWelcomeMessage(entity)
   155     sidebar.flush(entity.account)
   155 
       
   156     super(Logic, self)._onCreate(entity)
   156 
   157 
   157 
   158 
   158 logic = Logic()
   159 logic = Logic()