... |
... |
@@ -97,19 +97,20 @@ |
97 |
97 |
cookiedomains | Yes | String | Server host name | Which host(s) should your cookies be sent to; use only if you want to share cookies across domains, otherwise should be commented out |
98 |
98 |
cookielife | Yes | Number | 14 | Number of days cookies take to expire |
99 |
99 |
cookiepath | Yes | String | / | The webapp path that XWiki cookies should be sent to; if you have anything else running on your web server, this should be set to ~~/xwiki~~ |
100 |
|
-default_page | Yes | String | /bin/view/Main/WebHome | Page to redirect to if |
101 |
|
-xredirect parameter is not set |
|
100 |
+default_page | Yes | String | /bin/view/ Main/WebHome | Page to redirect to if xredirect parameter is not set |
102 |
102 |
encryptionalgorithm | Yes | ? | ? | Set the Encryption Algorithm used to encrypt and decrypt cookies |
103 |
103 |
encryptionmode | Yes | ? | ? | Set the Encryption Mode used to encrypt and decrypt cookies |
104 |
104 |
encryptionpadding | Yes | ? | ? | Set the Encryption Padding used to encrypt and decrypt cookies |
105 |
|
-errorpage | Yes | String | /bin/loginerror/XWiki/XWikiLogin | Page to redirect to if there is an error logging in |
106 |
|
-loginpage | Yes | String | /bin/login/XWiki/XWikiLogin | Page to redirect to when not logged in |
107 |
|
-loginsubmitpage | Yes | String | /loginsubmit/XWiki/XWikiLogin | ? |
108 |
|
-logoutpage | Yes | String | /bin/logout/XWiki/XWikiLogout | Page to redirect to after logged out |
|
104 |
+errorpage | Yes | String | /bin/loginerror/ XWiki/XWikiLogin | Page to redirect to if there is an error logging in |
|
105 |
+loginpage | Yes | String | /bin/login/ XWiki/XWikiLogin | Page to redirect to when not logged in |
|
106 |
+loginsubmitpage | Yes | String | /loginsubmit/ XWiki/XWikiLogin | ? |
|
107 |
+logoutpage | Yes | String | /bin/logout/ XWiki/XWikiLogout | Page to redirect to after logged out |
109 |
109 |
realname | Yes | String | XWiki | Sets the realm name (should be ~~realmname~~???) |
110 |
|
-protection | Yes | all, validation, encryption, none | all | Protection level for the "remember me" functionality |
|
109 |
+protection | Yes | all, validation, encryption, none | all | Protection level for the "remember me" cookie functionality |
111 |
111 |
unauthorized_code | Yes | ? | ? | ? |
112 |
112 |
useip | Yes | true / false | true | Specify to use the IP address when encrypting the cookie data; if IP address changes will need to re-login. |
113 |
113 |
{table} |
114 |
114 |
# Only required if protection = encryption or all (default) |
115 |
115 |
# Only required if protection = validation or all (default) |
|
115 |
+ |
|
116 |
+ |