commit 785cde62b35bfeb5301629d6072eec1f0a26c10f parent 2cc19b50aa3516f94228752e77dfa9bab3500f49 Author: n0tr1v <n0tr1v@protonmail.com> Date: Tue, 13 Dec 2022 21:13:46 -0500 fix doc Diffstat:
| M | pkg/web/handlers/handlers.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/handlers.go b/pkg/web/handlers/handlers.go @@ -1060,7 +1060,7 @@ func ForgotPasswordHandler(c echo.Context) error { // Receive and validate new password data.Step = 3 - // Step3 is guarded by the "partial-recovery-token" cookie that must be valid + // Step3 is guarded by the "token" that must be valid token := c.Request().PostFormValue("token") item, found := partialRecoveryCache.Get(token) if !found {