web/views/cwuser.py
branchstable
changeset 7777 2764987eb17a
parent 7740 47a20b7aed23
child 7800 ea496a3ed703
child 7806 aa30c665bd06
equal deleted inserted replaced
7775:72699a8e739d 7777:2764987eb17a
   176            'U login L, U firstname F, U surname S, '
   176            'U login L, U firstname F, U surname S, '
   177            'U in_state US, US name USN, '
   177            'U in_state US, US name USN, '
   178            'U primary_email UA?, UA address UAA, '
   178            'U primary_email UA?, UA address UAA, '
   179            'U cw_source UDS, US name UDSN')
   179            'U cw_source UDS, US name UDSN')
   180     title = _('users and groups management')
   180     title = _('users and groups management')
       
   181     cache_max_age = 0 # disable caching
   181 
   182 
   182     def call(self, **kwargs):
   183     def call(self, **kwargs):
   183         self.w('<h1>%s</h1>' % self._cw._(self.title))
   184         self.w('<h1>%s</h1>' % self._cw._(self.title))
   184         for etype in ('CWUser', 'CWGroup'):
   185         for etype in ('CWUser', 'CWGroup'):
   185             eschema = self._cw.vreg.schema.eschema(etype)
   186             eschema = self._cw.vreg.schema.eschema(etype)