Can this pubcookie module do the below:

1) Allow external users to create their own local drupal account (with admin approval) without pubcookie authentication
2) Allow specific pubcookie users to log in]
3) is "smart" enough to know to check for pubcookie authentication first, and then check local users table in drupal.

I want my internal pubcookie users AND external non-pubcookie users to be able to use my drupal website.

Comments

jvandyk’s picture

The pubcookie module supports simultaneous pubcookie and local accounts. External accounts receive a record in the authmap table; local users do not.

earwax’s picture

Assigned: Unassigned » earwax
Status: Active » Closed (works as designed)

Great! Thank you! I will give it a try. I will go ahead and close this support issue.