Home
last modified time | relevance | path

Searched refs:webClientForgotPwdPath (Results 1 – 5 of 5) sorted by relevance

/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/
H A Dhttpd.go212 webClientForgotPwdPath string var
573 webClientForgotPwdPath = path.Join(baseURL, webClientForgotPwdPathDefault)
H A Dserver.go146 data.ForgotPwdURL = webClientForgotPwdPath
1200 s.router.Get(webClientForgotPwdPath, handleWebClientForgotPwd)
1201 s.router.Post(webClientForgotPwdPath, handleWebClientForgotPwdPost)
H A Dwebclient.go306 CurrentURL: webClientForgotPwdPath,
H A Dhttpd_test.go155 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 Dinternal_test.go809 …req, _ = http.NewRequest(http.MethodPost, webClientForgotPwdPath+"?a=a%C2%A1%GD", bytes.NewBuffer(…