aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/admin_user_create.go
Commit message (Expand)AuthorAgeFilesLines
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-4/+4
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* Fix stderr usages (#26477)wxiaoguang2023-08-131-2/+1
* Refactor to use urfave/cli/v2 (#25959)wxiaoguang2023-07-211-12/+12
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+1
* Add command to bulk set must-change-password (#22823)zeripath2023-02-141-0/+169