Skip to content

Instantly share code, notes, and snippets.

View mbrooks's full-sized avatar

Matt Brooks mbrooks

  • Huntsville, AL
View GitHub Profile
<?php
/**
* Import Drupal Users to Drupal SAML Users
* Works with the SimpleSAMLphp Auth Drupal Module
* By: Matt Brooks
* Email: matt@msbrooks.com
*/
function import_saml_users(){
$result = db_query("SELECT * FROM {users}");