user_mgmt 0.7.14 → 0.7.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58be879ea306629f7ca3be4547284683ce1f20d6
4
- data.tar.gz: 0f9c96801226ffbdac6a55aa15d5e6e968068571
3
+ metadata.gz: d1442496ceab42866f5751413b289983072fa4a3
4
+ data.tar.gz: 0faca4b682fbfb1fb116de9f926ea57454f6dffc
5
5
  SHA512:
6
- metadata.gz: f5958124040192c529d143589e802ed9af418fdc122950d9987174c9d842e94431e6ebd9264b4dc6b85eae06ec324aa8f7f7eb0d63fad0621a7410f49ea477a6
7
- data.tar.gz: 0fe1db02de1d6955d3501267b50e415a8be2d37271ef0f9837b35d0d8b9cf1dcf8641b059852df92e5d8527b12aaf2b7d48b5e3d7ad1e95c127a508570973696
6
+ metadata.gz: 43a1e18d83e1c3e9ddb7d1d884a75c54b0ba206606fca16a9be163ba9cfbb35317897f291503821250e0f5a21506145201b546571f420bda8121bbc59e95bfba
7
+ data.tar.gz: 079c8c7cd2a51f132c856d56381a73eb3952200ab5e354db1a1c2ff4fdc4183954cc1f97b3d84d3aa63725d7ccceac131f53470565d8e73003e24f455433d259
@@ -1,6 +1,6 @@
1
1
  .container
2
2
  = form_tag send_password_reset_path, :class => "form-signin", :method => :get do
3
- %h2 Edit
3
+ %h2 Reset your password
4
4
  .login_input
5
5
  %div
6
6
  = text_field :user, 'Token', :class => "input-block-level", :placeholder => 'Token'
@@ -11,4 +11,4 @@
11
11
  %div
12
12
  = text_field :user, 'New Password Confirmation', :class => "input-block-level", :type => "password", :placeholder => 'Password Confirmation'
13
13
 
14
- = submit_tag 'submit', :class => "btn btn-large btn-primary"
14
+ = submit_tag 'submit', :class => "center btn btn-large btn-primary"
@@ -1,3 +1,3 @@
1
1
  module UserMgmt
2
- VERSION = "0.7.14"
2
+ VERSION = "0.7.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: user_mgmt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.14
4
+ version: 0.7.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Faria, Fernando Gorodscy, Josh Leslie