action_auth 0.1.8 → 0.1.10

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
  SHA256:
3
- metadata.gz: 1724bea0fa6c9ac0bbf19fd6a8998dfa9433ae6a78056e72a78e207e24ff9e50
4
- data.tar.gz: 16ea2f0b7ff97c8cd6a007c3d1aed577514e1a81fda227d9b12fd651558e1d6d
3
+ metadata.gz: 5bea0149d86872b2b1c33c027547c89053a8cd4519459e320049f578e2f27bc3
4
+ data.tar.gz: ab18c246998b4b22c8c319a64b67ee4b9975d87cbf42c9358cfb219de73ce3d3
5
5
  SHA512:
6
- metadata.gz: 85deb65bdd1ac0ae5788bea1953d410ce58362eda047ff729539ddeb8da419a1f3da0bfd334d9a705448eb31575b3333f5dffba8009a742f72dd6926fbf9a1aa
7
- data.tar.gz: 175b9fbb3bdc4667cf96f27ad96c317393ff06cac0f4b84053e341951745d1ac46533d79afab1310a7bfbed5d14a03d6a1eb29d707b8c8ff1e7b5d14482694f2
6
+ metadata.gz: da7f5ba2158c2129dd24f318b60dc17ccd6a489607e9f0d54af5c874f62d9dbe267e6f13e8c24f8a8d07254a84f09df6adb3a8cf5ae38b438fc16b405d4e70e5
7
+ data.tar.gz: 2ca16c8b8b5a9866f0c5b99bbe29021a1ff0fb0108f933647ee6a0054741201eb0f8bfd4f52342785ad2b49a0a8a027cbc81a91402f626c08ee7e37c6239c060
@@ -1,11 +1,17 @@
1
1
  <p>Hey there,</p>
2
2
 
3
- <p>This is to confirm that <%= @user.email %> is the email you want to use on your account. If you ever lose your password, that's where we'll email a reset link.</p>
3
+ <p>
4
+ This is to confirm that <%= @user.email %> is the email you
5
+ want to use on your account. If you ever lose your password,
6
+ that's where we'll email a reset link.
7
+ </p>
4
8
 
5
- <p><strong>You must hit the link below to confirm that you received this email.</strong></p>
9
+ <p>
10
+ <strong>
11
+ You must hit the link below to confirm that you received this email.
12
+ </strong>
13
+ </p>
6
14
 
7
- <p><%= link_to "Yes, use this email for my account", identity_email_verification_url(sid: @signed_id) %></p>
8
-
9
- <hr>
10
-
11
- <p>Have questions or need help? Just reply to this email and our support team will help you sort it out.</p>
15
+ <p>
16
+ <%= link_to "Yes, use this email for my account", identity_email_verification_url(sid: @signed_id) %>
17
+ </p>
@@ -1,3 +1,9 @@
1
- User#email_verification
1
+ Hey there,
2
2
 
3
- <%= @greeting %>, find me in app/views/action_auth/user_mailer/email_verification.text.erb
3
+ This is to confirm that <%= @user.email %> is the email you
4
+ want to use on your account. If you ever lose your password,
5
+ that's where we'll email a reset link.
6
+
7
+ You must click the link below to confirm that you received this email.
8
+
9
+ <%= identity_email_verification_url(sid: @signed_id) %>
@@ -1,11 +1,16 @@
1
1
  <p>Hey there,</p>
2
2
 
3
- <p>Can't remember your password for <strong><%= @user.email %></strong>? That's OK, it happens. Just hit the link below to set a new one.</p>
3
+ <p>
4
+ Can't remember your password for <strong><%= @user.email %></strong>?
5
+ That's OK, it happens. Just hit the link below to set a new one.
6
+ </p>
4
7
 
5
- <p><%# link_to "Reset my password", edit_identity_password_reset_url(sid: @signed_id) %></p>
8
+ <p>
9
+ <%= link_to "Reset my password", edit_identity_password_reset_url(sid: @signed_id) %>
10
+ </p>
6
11
 
7
- <p>If you did not request a password reset you can safely ignore this email, it expires in 20 minutes. Only someone with access to this email account can reset your password.</p>
8
-
9
- <hr>
10
-
11
- <p>Have questions or need help? Just reply to this email and our support team will help you sort it out.</p>
12
+ <p>
13
+ If you did not request a password reset you can safely ignore this email,
14
+ it expires in 20 minutes. Only someone with access to this email account
15
+ can reset your password.
16
+ </p>
@@ -1,3 +1,10 @@
1
- User#password_reset
1
+ Hey there,
2
2
 
3
- <%= @greeting %>, find me in app/views/action_auth/user_mailer/password_reset.text.erb
3
+ Can't remember your password for <strong><%= @user.email %></strong>?
4
+ That's OK, it happens. Just hit the link below to set a new one.
5
+
6
+ <%= edit_identity_password_reset_url(sid: @signed_id) %>
7
+
8
+ If you did not request a password reset you can safely ignore this email,
9
+ it expires in 20 minutes. Only someone with access to this email account
10
+ can reset your password.
@@ -1,3 +1,3 @@
1
1
  module ActionAuth
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Kimura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-27 00:00:00.000000000 Z
11
+ date: 2024-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  requirements: []
115
- rubygems_version: 3.4.10
115
+ rubygems_version: 3.5.3
116
116
  signing_key:
117
117
  specification_version: 4
118
118
  summary: A simple Rails engine for authorization.