diff options
-rw-r--r-- | modules/todo/unknownuser.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/todo/unknownuser.html b/modules/todo/unknownuser.html index c8590a3..4e4a366 100644 --- a/modules/todo/unknownuser.html +++ b/modules/todo/unknownuser.html @@ -76,7 +76,7 @@ body{ </head> <body> <h1>TODO: Unknown user</h1> -<p>The user you entered is not known in the system. You can use the below form to create a new user. +<p>The user you entered is not known in the system. You can use the form below to create a new user. Be aware: this system is not secure.</p> Username: <input type="text" id="username" placeholder="username"><br> Password: <input type="password" id="password" placeholder="password"><br> |