authentication-zero 0.0.8 → 0.0.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: 07c68a23f93d453c769787635ca42269f5f36e7c7a6b23aef28e7d99c530770e
4
- data.tar.gz: a636bcbea4839a311ece1ed5f9985f5b3c7802e10a90fe11a7a5a580c0383759
3
+ metadata.gz: 11deb23576e389ac26590fa1028b8da52e874a1eb8be2578961816b2745a8b14
4
+ data.tar.gz: debebbdfe6829936c06b5ff8f2f2ba13f1d623b944ac65ff7a581070fd78d2ab
5
5
  SHA512:
6
- metadata.gz: 44f612049c4a25d7db96bd68ddeb5905e8aeb44a5d077c2d23e908877720b99a059da1750743383710d8843946263752db4614b05b9bee30e7eba7c1303e1e59
7
- data.tar.gz: c08827199263f82df359d3d9fc4eeec04dd1087e2d24508ab531f8f55524cbab8af16cf3f2c5ca3d2099ff8da2a80b7988be6fe7affd8ca36b240035cbe74719
6
+ metadata.gz: cb417c4b4e83690f092c28d3573718217fe3ab25ac605c1dbb0ee494289921c0d71dae1d1cf92b9a702339d5b108b702ed64ae7177aee49eb53fe24314da3e1a
7
+ data.tar.gz: 6869e7c3eb2775fbfcc90a75e97eb9bd6e30244452ef065e6da688a22d307d1f2f3c305b93b1ba4f157263b4d7a65ecb22e2c1f30e064ec9034e5a53788760ed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- authentication-zero (0.0.8)
4
+ authentication-zero (0.0.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module AuthenticationZero
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -1,7 +1,8 @@
1
- Hi <%%= params[:<%= singular_table_name %>].email %>,
1
+ <p>Hello <%%= params[:<%= singular_table_name %>].email %>!</p>
2
2
 
3
- Someone requested a reset of your password.
3
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
4
4
 
5
- If this was you, click the link to reset your password. The link will expire automatically in 15 minutes.
5
+ <p><%%= link_to "Change my password", password_reset_edit_url(token: @token) %></p>
6
6
 
7
- <%%= link_to "Reset password", password_reset_edit_url(token: @token) %>
7
+ <p>If you didn't request this, please ignore this email.</p>
8
+ <p>Your password won't change until you access the link above and create a new one.</p>
@@ -1,7 +1,8 @@
1
- Hi <%%= params[:<%= singular_table_name %>].email %>,
1
+ Hello <%%= params[:<%= singular_table_name %>].email %>
2
2
 
3
- Someone requested a reset of your password.
3
+ Someone has requested a link to change your password, and you can do this through the link below.
4
4
 
5
- If this was you, click the link to reset your password. The link will expire automatically in 15 minutes.
5
+ [Change my password]<%%= password_reset_edit_url(token: @token) %>
6
6
 
7
- <%%= password_reset_edit_url(token: @token) %>
7
+ If you didn't request this, please ignore this email.
8
+ Your password won't change until you access the link above and create a new one.
@@ -5,7 +5,7 @@
5
5
  <%%= form_with(url: password_reset_path) do |form| %>
6
6
  <div>
7
7
  <%%= form.label :email, style: "display: block" %>
8
- <%%= form.email_field :email, autofocus: true, required: true, autocomplete: "email" %>
8
+ <%%= form.email_field :email, autofocus: true, required: true %>
9
9
  </div>
10
10
 
11
11
  <div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authentication-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nixon