Ticket #4381 (closed Bug: fixed)
Opened 7 years ago
Membershiptool: invalid direct access to member properties
| Reported by: | ajung01 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Past |
| Component: | Users/Groups | Version: | |
| Severity: | Keywords: | ||
| Cc: |
Description
searchForMembers() used 'member.listed' instead of member.getProperty('listed') which conflicts with exUserFolder. For compatiblity only API methods should be used (as it is the case for all other member properties in the implementation.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in svn (also last_login_time was being accessed directly).