aboutsummaryrefslogtreecommitdiff
path: root/http_handle_login.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* http_{server,handle_login}.go: Fix missing error handlingRunxi Yu2025-02-131-0/+5
|
* http_handle_*.go: Fix http.Error callsRunxi Yu2025-02-131-6/+6
| | | | | | Previously when I was converting the fmt.Fprintln calls into http.Error, there was a mistake in my sed command which caused some of the messages to have double colons. This should fix them.
* http_*.go: Use http.ErrorRunxi Yu2025-02-131-6/+6
|
* login: Set cookieRunxi Yu2025-02-131-0/+36
|
* login: Implement password validationRunxi Yu2025-02-131-2/+39
|
* http_handle_*.go: Use fmt.Fprintln, not w.WriteRunxi Yu2025-02-131-1/+2
|
* login: Stub login pageRunxi Yu2025-02-131-0/+18