Searched refs:webAdminMFAPath (Results 1 – 4 of 4) sorted by relevance
/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/ |
H A D | httpd.go | 182 webAdminMFAPath string var 607 webAdminMFAPath = path.Join(baseURL, webAdminMFAPathDefault)
|
H A D | webadmin.go | 374 MFAURL: webAdminMFAPath, 482 basePage: getBasePageData(pageMFATitle, webAdminMFAPath, r),
|
H A D | server.go | 1311 router.With(s.refreshCookie).Get(webAdminMFAPath, handleWebAdminMFA)
|
H A D | httpd_test.go | 135 webAdminMFAPath = "/web/admin/mfa" const 5088 req, err = http.NewRequest(http.MethodGet, webAdminMFAPath, nil) 5199 req, err = http.NewRequest(http.MethodGet, webAdminMFAPath, nil)
|