Changes for page User Authentication

Last modified by Thomas Mortagne on 2023/04/28

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

Summary

Details

Page properties
Content
... ... @@ -92,24 +92,25 @@
92 92  
93 93  {table}
94 94  Name | Optional | Allowed values | Default value | Description
95 +encryptionKey | No(1) | ? | n/a | Set the Encryption Key used to create a secret key, the secret key is passed to the Cipher object to be used during encryption and decryption of cookie values.
96 +validationKey | No(2) | ? | n/a | Set the Validation Key used to generate hash value; the hash value is stored with the cookie and used to verify that the cookie has not been tampered with.
95 95  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
96 96  cookielife | Yes | Number | 14 | Number of days cookies take to expire
97 97  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~~
98 -protection | Yes | all, validation, encryption, none | all | Protection level for the "remember me" functionality
99 -realname | Yes | String | XWiki | Sets the realm name (should be ~~realmname~~???)
100 -unauthorized_code | Yes | ? | ? | ?
101 -default_page | Yes | String | /bin/view/Main/WebHome | Page to redirect to if
102 -xredirect parameter is not set
103 -loginpage | Yes | String | /bin/login/XWiki/XWikiLogin | Page to redirect to when not logged in
104 -logoutpage | Yes | String | /bin/logout/XWiki/XWikiLogout | Page to redirect to after logged out
105 -errorpage | Yes | String | /bin/loginerror/XWiki/XWikiLogin | Page to redirect to if there is an error logging in
106 -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.
100 +default_page | Yes | String | /bin/view/ Main/WebHome | Page to redirect to if xredirect parameter is not set
107 107  encryptionalgorithm | Yes | ? | ? | Set the Encryption Algorithm used to encrypt and decrypt cookies
108 108  encryptionmode | Yes | ? | ? | Set the Encryption Mode used to encrypt and decrypt cookies
109 109  encryptionpadding | Yes | ? | ? | Set the Encryption Padding used to encrypt and decrypt cookies
110 -validationKey | No* | ? | n/a | Set the Validation Key used to generate hash value; the hash value is stored with the cookie and used to verify that the cookie has not been tampered with.
111 -encryptionKey | No** | ? | n/a | Set the Encryption Key used to create a secret key, the secret key is passed to the Cipher object to be used during encryption and decryption of cookie values.
112 -loginsubmitpage | Yes | String | /loginsubmit/XWiki/XWikiLogin |
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
108 +realname | Yes | String | XWiki | Sets the realm name (should be ~~realmname~~???)
109 +protection | Yes | all, validation, encryption, none | all | Protection level for the "remember me" cookie functionality
110 +unauthorized_code | Yes | ? | ? | ?
111 +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 -* Only required if protection = encryption or all (the default)
115 -** Only required if protection = validation or all (the default)
113 +# Only required if protection = encryption or all (default)
114 +# Only required if protection = validation or all (default)
115 +
116 +

Get Connected