add note about recipes login

This commit is contained in:
Alexander Bocken 2024-02-03 13:03:23 +01:00
parent ee1008eeea
commit 4c92c1c43d
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

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>