kevinoid / auth-mailbox-joomla

Plugin for Joomla! to authenticate users against a mail server using IMAP, NNTP, or POP3.
GNU General Public License v2.0
6 stars 0 forks source link

Support removing domain from login name #12

Closed kevinoid closed 7 years ago

kevinoid commented 7 years ago

As a convenience for users, it would be nice to support removing the @domain portion of a login name when the user attempts to log in with their full email address rather than just the username portion.

When implementing this change, consider whether additional normalization options might make sense for supporting multi-domain use cases and use cases where email addresses contain characters disallowed in usernames by Joomla. Which normalizations should be unconditional and which should be configurable?