add note about recipes login

This commit is contained in:
2024-02-03 13:03:23 +01:00
parent 6aed4baf22
commit 83281cd461

View File

@@ -4,6 +4,11 @@ import "$lib/css/nordtheme.css"
</script> </script>
<form action="?/login" method=POST> <form action="?/login" method=POST>
<h1>Log In</h1> <h1>Log In</h1>
<p>
Note: This is a separate account to all the services running on this server.
Please only use this login if you want to edit recipes.
In the future, this login will be merged with the other services.
</p>
<label> <label>
Benutzername Benutzername
<input type="text" name="username" required> <input type="text" name="username" required>