860399e4fc
add username limits (no special characters, max and min size) and start working on image support for blog posts (because yes, this is a template, but i also want to get all the basic things for a blog working
8e1d34595a
fix crash on first startup due to making admin account, and allow creation of new users through a ui
SadlyNotSappho
renamed repository from 2024-02-06 12:03:49 -08:00
fossil
to SadlyNotSappho/login-template
d6c418a899
its half broken but roles are somewhat implemented
59d0ed12c1
create admin user, partially rebrand to login template
eeac92ec91
database based logins, i think the sha256 algorithm it uses for passwords isn't right but at least it's the same algorithm every time?
2dc38be1e1
probably make User::create hash the password before putting it in the database idk i havent tested it yet
d01ee9ae73
rename User::get to User::get_by_id and add User::get_by_token
147d7a251f
start implementing accounts