Home
last modified time | relevance | path

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

/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/
H A Dhttpd.go182 webAdminMFAPath string var
607 webAdminMFAPath = path.Join(baseURL, webAdminMFAPathDefault)
H A Dwebadmin.go374 MFAURL: webAdminMFAPath,
482 basePage: getBasePageData(pageMFATitle, webAdminMFAPath, r),
H A Dserver.go1311 router.With(s.refreshCookie).Get(webAdminMFAPath, handleWebAdminMFA)
H A Dhttpd_test.go135 webAdminMFAPath = "/web/admin/mfa" const
5088 req, err = http.NewRequest(http.MethodGet, webAdminMFAPath, nil)
5199 req, err = http.NewRequest(http.MethodGet, webAdminMFAPath, nil)