Show More
@@ -444,7 +444,7 b' class RhodeCodeAuthPlugin(RhodeCodeExter' | |||
|
444 | 444 | 'lastname': safe_unicode( |
|
445 | 445 | get_ldap_attr('attr_lastname') or lastname), |
|
446 | 446 | 'groups': groups, |
|
447 |
'email': get_ldap_attr('attr_email' or email |
|
|
447 | 'email': get_ldap_attr('attr_email') or email, | |
|
448 | 448 | 'admin': admin, |
|
449 | 449 | 'active': active, |
|
450 | 450 | "active_from_extern": None, |
General Comments 0
You need to be logged in to leave comments.
Login now