Monogramm / taiga-contrib-ldap-auth-ext

:snake: :alembic: Extended Taiga plugin for LDAP authentication
http://taiga.io
GNU Affero General Public License v3.0
45 stars 15 forks source link

Add Mapping functions for email and name #11

Closed benyanke closed 6 years ago

benyanke commented 6 years ago

Similar to the SLUGIFY method, which allows a configurable modifier for the username, this commit implements an option to apply similar mappers to the name and email as well.

An excellent example of the mapper would be converting email to lowercase.

madmath03 commented 6 years ago

@benyanke Great idea. Thanks a lot !

benyanke commented 6 years ago

Thanks again!

Possibly a stupid question: how/when does this get pulled into the PyPI package? We're hoping to roll this out soon, including this patch (along with a few other minor ones I'll probably be submitting soon too).

No rush, just curious how that usually looks.

madmath03 commented 6 years ago

@benyanke Pushing a new release tp PyPi doesn't take long, I just need to find the time to test that everything works fine.

I should be able to do it by the end of the month.

benyanke commented 6 years ago

Just checking to see if you might be able to get this out soon!

Thanks again for the great work

madmath03 commented 6 years ago

@benyanke It's been released 😉