user_mgmt 0.7.8 → 0.7.9

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: d6d29ab9bed14c6b6c981e8a60e6c5f7be274050
4
- data.tar.gz: 1c829bc27c6ee37a41c4ea2fd28a382edaea1655
3
+ metadata.gz: 8286c4020c2bf1c1a253f22640745252a85c6880
4
+ data.tar.gz: 306223100b8441930c1920fa5856d4928fc16b30
5
5
  SHA512:
6
- metadata.gz: c61f8e70e27b4bba6c4b7f0f42af8a9a88b61325d818ab3a42d2abc117292e7c2d7ecc3e28df73012566fa9507e4a95842ab4315972f5ddcd891ed4aadfd9db5
7
- data.tar.gz: c4940638c37e76ff7ebb9df738f595977e8e2e97a4b6d13886fe96c9d82b83938f43567ad0900f87d115143a02aa415f0dcbe26f494984a27edc7f5f04532612
6
+ metadata.gz: 92984d8a576a6601ebaf48bab41f9d6ec2af6a9b03e89484b99ca01831e8428accf46e54fe448baa427ee7f7dced12f87be1272df7f1419afd4b1233b504b61e
7
+ data.tar.gz: b40231f3cdf55edff24a4b6ede469e9ad156ddcd0f031a7dfc9f8c9bb3c8aafa8a273361c5506c149ec3b7c3bb4e8a88782cb8219281003894a25665332347f5
@@ -24,7 +24,7 @@
24
24
  = link_to image_tag('user_mgmt/normal/yahoo-copied.jpg', class: "menu_icon", height: '45', width: '45'), "auth/yahoo"
25
25
  = link_to image_tag('user_mgmt/normal/gmail-copied.png', class: "menu_icon", height: '45', width: '45'), "auth/google_oauth2"
26
26
  .password_reset
27
- = link_to 'forgot your password?', password_reset_request_path, :class => "btn btn-large btn-primary"
27
+ = link_to 'forgot your password?', password_reset_request_path
28
28
 
29
29
 
30
30
 
@@ -1,3 +1,3 @@
1
1
  module UserMgmt
2
- VERSION = "0.7.8"
2
+ VERSION = "0.7.9"
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.8
4
+ version: 0.7.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Faria, Fernando Gorodscy, Josh Leslie
@@ -359,12 +359,12 @@ files:
359
359
  - app/helpers/user_mgmt/application_helper.rb
360
360
  - app/helpers/user_mgmt/registrations_helper.rb
361
361
  - app/models/user_mgmt/user.rb
362
- - app/views/user_mgmt/password_reset/password_reset.html.haml
363
- - app/views/user_mgmt/password_reset/password_reset_request.html.haml
364
- - app/views/user_mgmt/password_reset/token_verification.html.haml
365
362
  - app/views/user_mgmt/registrations/_user_form.html.haml
366
363
  - app/views/user_mgmt/registrations/edit.html.haml
367
364
  - app/views/user_mgmt/registrations/new.html.haml
365
+ - app/views/user_mgmt/registrations/password_reset.html.haml
366
+ - app/views/user_mgmt/registrations/password_reset_request.html.haml
367
+ - app/views/user_mgmt/registrations/token_verification.html.haml
368
368
  - app/views/user_mgmt/sessions/new.html.haml
369
369
  - app/views/user_mgmt/sessions/oauth_email.html.haml
370
370
  - bin/rails