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 +4 -4
- data/app/views/user_mgmt/{password_reset → registrations}/password_reset.html.haml +0 -0
- data/app/views/user_mgmt/{password_reset → registrations}/password_reset_request.html.haml +0 -0
- data/app/views/user_mgmt/{password_reset → registrations}/token_verification.html.haml +0 -0
- data/app/views/user_mgmt/sessions/new.html.haml +1 -1
- data/lib/user_mgmt/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8286c4020c2bf1c1a253f22640745252a85c6880
|
|
4
|
+
data.tar.gz: 306223100b8441930c1920fa5856d4928fc16b30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92984d8a576a6601ebaf48bab41f9d6ec2af6a9b03e89484b99ca01831e8428accf46e54fe448baa427ee7f7dced12f87be1272df7f1419afd4b1233b504b61e
|
|
7
|
+
data.tar.gz: b40231f3cdf55edff24a4b6ede469e9ad156ddcd0f031a7dfc9f8c9bb3c8aafa8a273361c5506c149ec3b7c3bb4e8a88782cb8219281003894a25665332347f5
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -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
|
|
27
|
+
= link_to 'forgot your password?', password_reset_request_path
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
data/lib/user_mgmt/version.rb
CHANGED
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.
|
|
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
|