Skip to content

Commit

Permalink
[#714] don't make users log in to sign up
Browse files Browse the repository at this point in the history
  • Loading branch information
al2o3cr committed Sep 14, 2011
1 parent 265475c commit b5ee0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobo/lib/hobo/controller/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class << self
alias_method_chain :def_auto_actions, :user_actions
end

skip_before_filter :login_required, :only => [:login, :signup, :forgot_password, :reset_password, :do_reset_password,
skip_before_filter :login_required, :only => [:login, :signup, :do_signup, :forgot_password, :reset_password, :do_reset_password,
:accept_invitation, :do_accept_invitation]

include_taglib "rapid_user_pages", :plugin => "hobo"
Expand Down

0 comments on commit b5ee0fe

Please sign in to comment.