Skip to content

Instantly share code, notes, and snippets.

View unn's full-sized avatar

David Stoline unn

View GitHub Profile
@unn
unn / keybase.md
Created September 18, 2014 13:58

Keybase proof

I hereby claim:

  • I am unn on github.
  • I am davidstoline (https://keybase.io/davidstoline) on keybase.
  • I have a public key whose fingerprint is 0037 A0B7 E021 627E D4E0 BA83 E451 5100 0D48 8FCE

To claim this, I am signing this object:

@unn
unn / gist:326811
Created March 9, 2010 16:59
Disallow public email signups drupal
<?php
// $Id$
/**
* @file
*/
function validate_email_user($op, &$edit, &$account, $category = NULL) {
$public_emails = array('yahoo.com', 'gmail.com', 'hotmail.com', 'aol.com', 'live.com', 'me.com');
if ($op == 'validate') {