Commit graph

5 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
261319078d
add password to create user request 2026-04-24 13:18:15 +03:00
b9f7fcf148
add is admin to create user request 2026-04-24 13:14:30 +03:00
e2c220e0ee
make CreateUserRequest email nullable 2026-04-19 23:13:42 +03:00
f18d958481
create user use case with request and dto 2026-02-14 21:58:10 +02:00