[users management] show email as text avoid specific primary email rendering (and we don't bother getting a clickable link)
--- a/web/views/cwuser.py Fri Apr 29 12:12:14 2011 +0200
+++ b/web/views/cwuser.py Fri Apr 29 12:34:18 2011 +0200
@@ -170,7 +170,7 @@
class CWUserManagementView(StartupView):
__regid__ = 'cw.user-management'
- rql = ('Any U,USN,F,S,U,UA,UDS, L,UAA,UDSN ORDERBY L WHERE U is CWUser, '
+ rql = ('Any U,USN,F,S,U,UAA,UDS, L,UAA,UDSN ORDERBY L WHERE U is CWUser, '
'U login L, U firstname F, U surname S, '
'U in_state US, US name USN, '
'U primary_email UA?, UA address UAA, '