aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth/password
Commit message (Expand)AuthorAgeFilesLines
* Trivial fixes (#33103)wxiaoguang2025-01-041-11/+22
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-1/+1
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind2024-12-151-2/+2
* Enable `unparam` linter (#31277)silverwind2024-06-111-1/+1
* Remove external API calls in `TestPassword` (#30716)silverwind2024-05-021-76/+23
* Replace deprecated `math/rand` functions (#30733)v1.23.0-devChongyi Zheng2024-04-271-11/+5
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-6/+6
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-251-1/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-4/+5
* Unify user update methods (#28733)KN4CK3R2024-02-044-69/+69
* Fix various bugs for "install" page (#23194)wxiaoguang2023-03-041-7/+22
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+1
* Make CI use a dummy password hasher for all tests (#22983)zeripath2023-02-208-8/+79
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-1914-0/+1251