Closed (works as designed)
Project:
Pubcookie
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
30 Jan 2012 at 16:52 UTC
Updated:
30 Jan 2012 at 21:43 UTC
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
Comment #1
jvandyk commentedThe pubcookie module supports simultaneous pubcookie and local accounts. External accounts receive a record in the authmap table; local users do not.
Comment #2
earwax commentedGreat! Thank you! I will give it a try. I will go ahead and close this support issue.