summaryrefslogtreecommitdiffstats
path: root/utils/password.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor password validation and config defaults (#7859)Chris2017-11-201-31/+31
| | | | | | * refactor password validation and config defaults * reorder config lines for clarity
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-1/+1
| | | | | | | | | | * PLT-6226 Fixing races with licensing * Fixing build issue * Fixing licensing issue * removing commented code
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-2/+4
| | | | | | * Implement APIv4 infrastructure * Update parameter requirement functions per feedback
* PLT-1465 Added password requirements (#3489)David Lu2016-07-061-0/+64
* Added password requirements * added tweaks * fixed error code * removed http.StatusNotAcceptable