app/views/refinery/users/new.html.erb in refinerycms-authentication-2.0.10 vs app/views/refinery/users/new.html.erb in refinerycms-authentication-2.1.0
- old
+ new
@@ -1,7 +1,7 @@
<% content_for :header, t('there_are_no_users', :scope => 'refinery.welcome') %>
-<%= form_for :user, :url => refinery.refinery_user_registration_path do |f| -%>
+<%= form_for :user, :url => refinery.signup_path do |f| -%>
<%= render '/refinery/admin/error_messages', :object => @user, :include_object_name => true %>
<div class='field'>
<%= f.label :username %>