ldap import skips users with multiple email addresses

Issue #69 resolved
Jack Zielke created an issue

webui/model/user/import.php

If the user has multiple email addresses the emails must begin with smtp: in order to be added. If the user only has one email address it will get added with or without the smtp: prefix.

Removing the pregmatch on line 53 allows users with multiple email addresses to be imported the same way as users with only one email address.

Comments (2)

  1. Janos SUTO repo owner

    Hello Jack, thanks for the hint, and the patch, I've just committed to the master branch.

  2. Log in to comment