Commit graph

4 commits

Author SHA1 Message Date
cd40483cd4
remove default values from user constructors
Forcing every call site to be explicit about admin status and
password eliminates a class of bugs where an unintended
isAdmin=false or empty passwordHash could silently slip through.
The CreateUserTest case that asserted the isAdmin default is
dropped since the default no longer exists.
2026-04-26 10:46:07 +03:00
016e98412b
add password hash to user entity 2026-04-24 13:18:33 +03:00
0e86af3e81
add is admin to user entity 2026-04-24 13:14:48 +03:00
3411e8daf0
init user 2026-02-14 21:57:48 +02:00