Expose authmap table via on-behalf integration of user module. Patch coming.

Comments

alex_b’s picture

Assigned: alex_b » Unassigned
Status: Active » Needs review
StatusFileSize
new2.16 KB

This patch exposes the authmap as part of the User group http://skitch.com/alexbarth/n2yde/edit-view-views-rss-test-drupal-6

Useful for printing a user's OpenID or other unique authentication handles.

merlinofchaos’s picture

Status: Needs review » Needs work
+  $data['authmap']['module'] = array(
+    'title' => t('Authentication module'),
+    'help' => t('The name of the module managing the authentication entry.'),
+    'field' => array(
+      'handler' => 'views_handler_field',
+    ),
+    'filter' => array(
+      'handler' => 'views_handler_filter_string',
+      'numeric' => TRUE,
+    ),
+    'argument' => array(
+      'handler' => 'views_handler_argument_string',
+    ),
+  );

I don't think a module name is numeric.

dawehner’s picture

Status: Needs work » Needs review
StatusFileSize
new1.85 KB

update

crashtest_’s picture

Status: Needs review » Reviewed & tested by the community

This works as expected. Cool feature!

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Committed to all branches!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.