authentication-zero 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/authentication_zero/version.rb +1 -1
- data/lib/generators/authentication/templates/views/html/password_resets/edit.html.erb.tt +1 -1
- data/lib/generators/authentication/templates/views/html/passwords/edit.html.erb.tt +1 -1
- data/lib/generators/authentication/templates/views/html/registrations/new.html.erb.tt +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6543f6ea3814c085db9b5d9dbc3543ef3ded98ffd0ac329e0055f704d08c5e92
|
4
|
+
data.tar.gz: '0792d9e0d6e5bdfec32851dfc234aabf149f74b5abd991dd3f0b7c3d15ca2c78'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e44c73c52924721feb5dbd2c2d0dbb5b32ff9e12a29a59200834a2bcc091a3bb380d8cd8ade247f4db2d1abf8748b43b23d0853bb891b9f4105d2fec73777277
|
7
|
+
data.tar.gz: 2357dc17f6c340cb5fde32f420415e80ed61b4ec8f697cfb15eefbb373aa1853b66da8b18e87f2821f3491f7c91965f0027cf670f0d3da94576b88089b5de086
|
data/Gemfile.lock
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
<%% end %>
|
15
15
|
|
16
16
|
<div>
|
17
|
-
<%%= form.label :password, "New password (
|
17
|
+
<%%= form.label :password, "New password (8 characters minimum)", style: "display: block" %>
|
18
18
|
<%%= form.password_field :password, autofocus: true, autocomplete: "new-password" %>
|
19
19
|
</div>
|
20
20
|
|
@@ -21,7 +21,7 @@
|
|
21
21
|
</div>
|
22
22
|
|
23
23
|
<div>
|
24
|
-
<%%= form.label :password, "New password (
|
24
|
+
<%%= form.label :password, "New password (8 characters minimum)", style: "display: block" %>
|
25
25
|
<%%= form.password_field :password, autocomplete: "new-password" %>
|
26
26
|
</div>
|
27
27
|
|
@@ -19,7 +19,7 @@
|
|
19
19
|
</div>
|
20
20
|
|
21
21
|
<div>
|
22
|
-
<%%= form.label :password, "Password (
|
22
|
+
<%%= form.label :password, "Password (8 characters minimum)", style: "display: block" %>
|
23
23
|
<%%= form.password_field :password, autocomplete: "new-password" %>
|
24
24
|
</div>
|
25
25
|
|