Home
last modified time | relevance | path

Searched refs:webClientMFAPath (Results 1 – 4 of 4) sorted by relevance

/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/
H A Dhttpd.go205 webClientMFAPath string var
568 webClientMFAPath = path.Join(baseURL, webClientMFAPathDefault)
H A Dwebclient.go293 MFAURL: webClientMFAPath,
391 baseClientPage: getBaseClientPageData(pageMFATitle, webClientMFAPath, r),
H A Dserver.go1249 Get(webClientMFAPath, handleWebClientMFA)
H A Dhttpd_test.go150 webClientMFAPath = "/web/client/mfa" const
5418 req, err := http.NewRequest(http.MethodGet, webClientMFAPath, nil)
5420 req.RequestURI = webClientMFAPath
5432 req, err = http.NewRequest(http.MethodGet, webClientMFAPath, nil)
5434 req.RequestURI = webClientMFAPath
5652 req, err = http.NewRequest(http.MethodGet, webClientMFAPath, nil)
5767 req, err = http.NewRequest(http.MethodGet, webClientMFAPath, nil)