Update visit count and password hashing

This commit is contained in:
Sean Morley
2024-04-10 23:34:48 +00:00
parent 549840128f
commit 70e23b8878
3 changed files with 22 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
id="username"
class="block mb-2 input input-bordered w-full max-w-xs"
/><br />
<label for="password">First Name</label>
<label for="first_name">First Name</label>
<input
type="text"
bind:value={first_name}
@@ -29,6 +29,7 @@
id="first_name"
class="block mb-2 input input-bordered w-full max-w-xs"
/><br />
<label for="last_name">Last Name</label>
<input
type="text"
bind:value={last_name}
@@ -36,6 +37,13 @@
id="last_name"
class="block mb-2 input input-bordered w-full max-w-xs"
/><br />
<label for="password">Password</label>
<input
type="password"
name="password"
id="password"
class="block mb-2 input input-bordered w-full max-w-xs"
/><br />
<!-- make hidden input where the user id is -->
<input
type="hidden"