cubicweb/server/session.py
changeset 11374 0e50215016f3
parent 11372 4482e94daabe
parent 11348 70337ad23145
child 11699 b48020a80dc3
equal deleted inserted replaced
11370:ec858780b6b7 11374:0e50215016f3
  1115         return self.property_value('ui.language')
  1115         return self.property_value('ui.language')
  1116 
  1116 
  1117     # CWUser compat for notification ###########################################
  1117     # CWUser compat for notification ###########################################
  1118 
  1118 
  1119     def name(self):
  1119     def name(self):
  1120         return 'cubicweb'
  1120         return ''
  1121 
  1121 
  1122     class _IEmailable:
  1122     class _IEmailable:
  1123         @staticmethod
  1123         @staticmethod
  1124         def get_email():
  1124         def get_email():
  1125             return ''
  1125             return ''