From e3bc72b0e4973e11a737e075c726419b75ae29f0 Mon Sep 17 00:00:00 2001 From: ioBridge Date: Sun, 27 Mar 2011 19:05:08 -0400 Subject: [PATCH] remove invite code --- app/controllers/users_controller.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index c9194f9..72962f4 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -11,9 +11,6 @@ class UsersController < ApplicationController # protect against bots render :text => '' and return if params[:userlogin].length > 0 - # check for invite code - render :text => 'Sorry, you currently need an invite code to sign up.' and return if params[:invite] != '4224' - @user = User.new(params[:user]) # save user