diff --git a/no_anon.module b/no_anon.module
index 2ee9bad..02549c5 100644
--- a/no_anon.module
+++ b/no_anon.module
@@ -8,6 +8,7 @@ function no_anon_form_alter(&$form, $form_state, $form_id) {
     case 'user_login':
     case 'user_login_block':
     case 'user_pass_reset':
+    case 'user_register':
       if ($form_state['post']) {
       // Someone's attempting to log in.  Let's allow session cookies.
         ini_set('session.use_cookies', 1);
