Changes for page User Authentication

Last modified by Thomas Mortagne on 2023/04/28

<
From version < 1.16 >
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
... ... @@ -97,14 +97,14 @@
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 xredirect parameter is not set
100 +default_page | Yes | String | /bin/view/ Main/WebHome | Page to redirect to if xredirect parameter is not set
101 101  encryptionalgorithm | Yes | ? | ? | Set the Encryption Algorithm used to encrypt and decrypt cookies
102 102  encryptionmode | Yes | ? | ? | Set the Encryption Mode used to encrypt and decrypt cookies
103 103  encryptionpadding | Yes | ? | ? | Set the Encryption Padding used to encrypt and decrypt cookies
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
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 108  realname | Yes | String | XWiki | Sets the realm name (should be ~~realmname~~???)
109 109  protection | Yes | all, validation, encryption, none | all | Protection level for the "remember me" cookie functionality
110 110  unauthorized_code | Yes | ? | ? | ?
... ... @@ -113,3 +113,4 @@
113 113  # Only required if protection = encryption or all (default)
114 114  # Only required if protection = validation or all (default)
115 115  
116 +

Get Connected