action_auth 0.1.7 → 0.1.9

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: cddbd499666a092102949090f83e1eced64a1e1c866b0786d6b149cd2b20d570
4
- data.tar.gz: 4c418e1a9dbf48764bd835cb8e8e1722e9fc652af8c7d8f7bd90d486d1e03349
3
+ metadata.gz: b6e6716e6085a4699cccd544b10b44820b6ae495a3d3f5bfcdeec2e431aa7d4b
4
+ data.tar.gz: 691df85965955adbdd86b7e1afff980fe8b168f0678f652ecc4eb3a15d23c9d0
5
5
  SHA512:
6
- metadata.gz: 0be839af9c027c1b95a404cd968ec7be39d09001f437af04cf5c815210b81a7cf411b0dcb79b0c88e504dee398384044143ee19fac3b97effc18405994163839
7
- data.tar.gz: df3d50b4e632b09e1d725ab4c51b3314dc97b11fe832c4129c984b3fb24905358055e09b727e489837a8d8eb25e6c2c98d85271dd17e4158ec67745c8f211b9e
6
+ metadata.gz: 4e141ae249344149df8215f3f069c5d733afeb1429ee99862ca80368af746334adf576a0b03db2301bbf179d77ff24a10988b3acfaeb254c367fd56caa29e1ee
7
+ data.tar.gz: fc31f96b41314fc725bdfd72461ac974456d2acbdfc811252ad70a674fc47b91f34b0d88c1652ef72122b28e989df69abc19ef462cf98187282841da33b27665
@@ -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.7"
2
+ VERSION = "0.1.9"
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.7
4
+ version: 0.1.9
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-16 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.21
115
+ rubygems_version: 3.5.3
116
116
  signing_key:
117
117
  specification_version: 4
118
118
  summary: A simple Rails engine for authorization.