Searched refs:webClientForgotPwdPath (Results 1 – 5 of 5) sorted by relevance
/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/ |
H A D | httpd.go | 212 webClientForgotPwdPath string var 573 webClientForgotPwdPath = path.Join(baseURL, webClientForgotPwdPathDefault)
|
H A D | server.go | 146 data.ForgotPwdURL = webClientForgotPwdPath 1200 s.router.Get(webClientForgotPwdPath, handleWebClientForgotPwd) 1201 s.router.Post(webClientForgotPwdPath, handleWebClientForgotPwdPost)
|
H A D | webclient.go | 306 CurrentURL: webClientForgotPwdPath,
|
H A D | httpd_test.go | 155 webClientForgotPwdPath = "/web/client/forgot-password" const 3509 …req, err = http.NewRequest(http.MethodPost, webClientForgotPwdPath, bytes.NewBuffer([]byte(form.En… 3868 …req, err = http.NewRequest(http.MethodPost, webClientForgotPwdPath, bytes.NewBuffer([]byte(form.En… 8258 …req, err := http.NewRequest(http.MethodPost, webClientForgotPwdPath, bytes.NewBuffer([]byte(form.E… 14504 req, err := http.NewRequest(http.MethodGet, webClientForgotPwdPath, nil) 14522 …req, err = http.NewRequest(http.MethodPost, webClientForgotPwdPath, bytes.NewBuffer([]byte(form.En… 14531 …req, err = http.NewRequest(http.MethodPost, webClientForgotPwdPath, bytes.NewBuffer([]byte(form.En… 14539 …req, err = http.NewRequest(http.MethodPost, webClientForgotPwdPath, bytes.NewBuffer([]byte(form.En… 14550 …req, err = http.NewRequest(http.MethodPost, webClientForgotPwdPath, bytes.NewBuffer([]byte(form.En… 14591 …req, err = http.NewRequest(http.MethodPost, webClientForgotPwdPath, bytes.NewBuffer([]byte(form.En… [all …]
|
H A D | internal_test.go | 809 …req, _ = http.NewRequest(http.MethodPost, webClientForgotPwdPath+"?a=a%C2%A1%GD", bytes.NewBuffer(…
|