You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OptString.new('AUTH_URI',[true,"The URI to authenticate against (default:auto)","/administrator/index.php"]),
39
-
OptString.new('FORM_URI',[false,"The FORM URI to authenticate against (default:auto)","/administrator"]),
37
+
OptString.new('AUTH_URI',[true,"The URI to authenticate against","/administrator/index.php"]),
38
+
OptString.new('FORM_URI',[false,"The FORM URI to authenticate against","/administrator"]),
40
39
OptString.new('USER_VARIABLE',[false,"The name of the variable for the user field","username"]),
41
40
OptString.new('PASS_VARIABLE',[false,"The name of the variable for the password field","passwd"]),
42
41
OptString.new('WORD_ERROR',[false,"The word of message for detect that login fail","mod-login-username"]),
43
42
OptString.new('REQUEST_TYPE',[false,"Use HTTP-GET or HTTP-PUT for Digest-Auth, PROPFIND for WebDAV (default:GET)","POST"]),
44
43
OptString.new('UserAgent',[true,'The HTTP User-Agent sent in the request','Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20140319 Firefox/24.0 Iceweasel/24.4.0']),
0 commit comments