user_mgmt 0.7.15 → 0.7.16
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56a7ed108983f96f742883118da9014f0f615ed7
|
|
4
|
+
data.tar.gz: c64cd849cf834d172cdc748d4b99d361a71d951d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f652bb4225ed6207cbd223f7ee9658007110a80771b043e763ce69c3d9671385258a1a38f757b7508a5e163f5b8c4a2c2e8f987a943561dd1bdfee92f184dd7
|
|
7
|
+
data.tar.gz: 8904b10617ccf19cfadada82a5ba9c03b35ab7fba6d570ba16c235f8f1e948820cbb193d37d25ab7e1067d6880b712b766ac5d0ee0460a10b4876ff719d2c560
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.container
|
|
2
2
|
= form_tag send_password_reset_path, :class => "form-signin", :method => :get do
|
|
3
|
-
%h2 Reset your password
|
|
4
|
-
.login_input
|
|
3
|
+
%h2.center Reset your password
|
|
4
|
+
.login_input.center
|
|
5
5
|
%div
|
|
6
6
|
= text_field :user, 'Token', :class => "input-block-level", :placeholder => 'Token'
|
|
7
7
|
|
|
@@ -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
|
-
|
|
14
|
+
= submit_tag 'submit', :class => "btn btn-large btn-primary"
|
data/lib/user_mgmt/version.rb
CHANGED