remove invite code

This commit is contained in:
ioBridge 2011-03-27 19:05:08 -04:00
parent 65ba500a57
commit e3bc72b0e4

View File

@ -11,9 +11,6 @@ class UsersController < ApplicationController
# protect against bots # protect against bots
render :text => '' and return if params[:userlogin].length > 0 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]) @user = User.new(params[:user])
# save user # save user