Changes for page User Authentication

Last modified by Thomas Mortagne on 2023/04/28

<
From version < 1.15 >
edited by ShawnLauzon
on 2007/06/15
To version < 1.16 >
edited by ShawnLauzon
on 2007/06/15
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -97,8 +97,7 @@
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
... ... @@ -107,9 +107,10 @@
107 107  loginsubmitpage | Yes | String | /loginsubmit/XWiki/XWikiLogin | ?
108 108  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 +

Get Connected