refinerycms 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,6 +22,7 @@ class Admin::UsersController < Admin::BaseController
22
22
 
23
23
  if @user.save
24
24
  @user.plugins = @selected_plugin_titles
25
+ @user.register!
25
26
  @user.activate!
26
27
  flash[:notice] = "'#{@user.login}' was successfully created."
27
28
  redirect_to :action => 'index'
@@ -24,6 +24,7 @@
24
24
  </div>
25
25
  <div class='actions'>
26
26
  <%= f.submit 'Send Message' %>
27
+ <%= link_to "We value your privacy", "/pages/privacy-policy", :id => "privacy_link" if RefinerySetting.find_or_set(:show_contact_privacy_link, false) %>
27
28
  </div>
28
29
  <% end %>
29
30
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Resolve Digital
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-09-30 00:00:00 +13:00
14
+ date: 2009-10-05 00:00:00 +13:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency