Revision 3f079b20
Added by Thomas Noël almost 13 years ago
extra/modules/ezldap.py | ||
---|---|---|
134 | 134 |
|
135 | 135 |
def get_substitution_variables(self): |
136 | 136 |
d = { |
137 |
'user': self, |
|
137 | 138 |
'user_display_name': self.display_name, |
138 | 139 |
'user_email': self.email, |
139 | 140 |
} |
Also available in: Unified diff
[ezldap] sync with wcs (add [user] subst. var)