Skip to content

Commit 9684aa0

Browse files
committed
Update warning
1 parent 7221ef1 commit 9684aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/password_example_web/templates/login/login.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1>Log In</h1>
22

3-
<p>WARNING: This is a insecure demo. Do not enter any password that you actually use.</p>
3+
<p>WARNING: This is a insecure demo. Everything you submit will be online publicly. Do not enter any password that you actually use.</p>
44

55
<%= form_for @conn, Routes.login_path(@conn, :login_post), [as: :user], fn f -> %>
66
<label> Name <%= text_input f, :name %> </label>

lib/password_example_web/templates/login/register.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1>Register</h1>
22

3-
<p>WARNING: This is a insecure demo. Do not enter any password that you actually use.</p>
3+
<p>WARNING: This is a insecure demo. Everything you submit will be online publicly. Do not enter any password that you actually use.</p>
44

55
<%= form_for @changeset, Routes.login_path(@conn, :register_post), fn f -> %>
66
<label> Name <%= text_input f, :name %> </label> <%= error_tag f, :name %>

0 commit comments

Comments
 (0)