Files
Jeremy Evans c120bcd8a4 Add migrations for admin accounts
Admin site authentication will be separated from regular site
authentication. This adds tables to store admin accounts, password
hashes, and WebAuthn key information (admin site will require
password+WebAuthn authentication).

Similarly to normal site authentication, the password hash table
for the admin site will be stored in a table owned by the separate
database user, with database functions to get the salt and to
check for a valid password hash, but where the application database
user has no ability to read the password hashes.

This requires minor changes to the Rakefile, so that the second ph
migration is run.
2025-07-18 16:49:27 -07:00
..
2025-07-18 16:49:27 -07:00
2023-07-21 13:43:08 +02:00
2023-09-26 09:58:47 +02:00
2023-10-17 17:49:24 +02:00
2024-10-01 15:36:57 +02:00
2025-01-19 08:53:54 -08:00
2025-05-13 06:38:49 +09:00