On my small family site, we only validate against my single imap server. It would be great to have an option to trim the @domain.com off my userids. That way my email address wouldn't show up on all my posts.

Comments

skor’s picture

Ok, so I read through the code of imap_auth.module and I see it only returns a TRUE/FALSE value. I guess user.module is responsible for creating the account and determining its user name.

Is that right?

yecarrillo’s picture

Status: Active » Closed (works as designed)

Drupal recognizes external authenticated users by @domain.com users. This module can´t change that behavior.

yecarrillo’s picture

Status: Closed (works as designed) » Closed (fixed)