Re: [xwiki-users] Login cookie validation hash mismatch! Cookies have been tampered with

2016-03-09 Thread Paul Libbrecht
Tobias Kirchhofer wrote: > The IP-Address is not changing during a session. Be careful. If you change from http to https or back and are on a 3g network, the IP of the client does change! The reason is that there's a transparent proxy run at the http level so as to make the exchanges more

Re: [xwiki-users] Login cookie validation hash mismatch! Cookies have been tampered with

2016-03-09 Thread Tobias Kirchhofer
Thanks - indeed we had our time securing tomcat, XWiki with nginx but it worked finally. We investigated everything with Developer Tools - no http-requests are observable. -- View this message in context:

Re: [xwiki-users] Login cookie validation hash mismatch! Cookies have been tampered with

2016-03-09 Thread Tobias Kirchhofer
Our XWiki is running as a Intranet in a LAN. Outside users need VPN access. The IP-Address is not changing during a session. We played around with xwiki.authentication.protection - no change. xwiki.authentication.protection=none is no option because passwords in the cookie are not encrypted

Re: [xwiki-users] Exporting all documents of a space

2016-03-09 Thread Bruno
Excellent, I could repair my first wiki by comparing the rights page by page thanks to the extension 'Admin Tools Application' ! Anyway, I will test the import-export because the first server is 7.4.1, while the latter is 7.4.2. Thanks a lot Clemens ! Signature mails

Re: [xwiki-users] Fwd: [Investigation] XWiki Notifications

2016-03-09 Thread Benjamin Lanciaux
Hello, This is a good analysis indeed. I'm +1 with the UI proposal. Best, Benjamin 2016-03-04 19:02 GMT+01:00 Eduard Moraru : > Hi, > > A couple of days ago, Nicolas Lemoine (and Jean Coury, as far as I > understood) from XWiki SAS did a nice analysis on what XWiki

Re: [xwiki-users] Changing Global Text Style Settings

2016-03-09 Thread Jesse Bright
Thanks for the idea. Using Chrome's inspect element to look at the CSS and a little grepping in the skins folder; I found the file I was looking for here: /usr/lib/xwiki/skins/flamingo/less/bootstrap/variables.less Within this file you can easily update the preferred fonts and size, including

Re: [xwiki-users] Translation problems

2016-03-09 Thread vinc...@massol.net
On 9 Mar 2016 at 12:12:57, Mark Sack (mark.s...@secti.al.gov.br(mailto:mark.s...@secti.al.gov.br)) wrote: > I've started doing that. But I could not figure out how to set multi-line > values in the translation wiki page - for example, the Sandbox test pages. > For those ones, I exported the

Re: [xwiki-users] Login cookie validation hash mismatch! Cookies have been tampered with

2016-03-09 Thread Paul Libbrecht
Can there be a mix of http and https here? At least this was confusing this cookie on the curriki side in some network configurations where the http and https endpoints are different due to local network configs (3g optimizers, hotspot networks). Paul > Clemens Klein-Robbenhaar

Re: [xwiki-users] Login cookie validation hash mismatch! Cookies have been tampered with

2016-03-09 Thread Clemens Klein-Robbenhaar
The code where this happens is in: https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/impl/xwiki/MyPersistentLoginManager.java#L564 I have to admit that I do not know much about that corner of XWiki code some

Re: [xwiki-users] Login cookie validation hash mismatch! Cookies have been tampered with

2016-03-09 Thread Tobias Kirchhofer
This is the message which appears after 30 minutes: "You do not have permission to view the document or to perform that action." The we have to actively logout and close the browser window. By opening a new window and

Re: [xwiki-users] Document tree branches not translated

2016-03-09 Thread Mark Sack
Created http://jira.xwiki.org/browse/XWIKI-13183 Just not sure if I got all the fields (priority, component) right. -- View this message in context: http://xwiki.475771.n2.nabble.com/Document-tree-branches-not-translated-tp7598383p7598388.html Sent from the XWiki- Users mailing list archive

Re: [xwiki-users] Translation problems

2016-03-09 Thread Mark Sack
I've started doing that. But I could not figure out how to set multi-line values in the translation wiki page - for example, the Sandbox test pages. For those ones, I exported the Sandbox page in a xar file, added in the new translation xml file, and then imported the new xar file. Thank you for

Re: [xwiki-users] Translation problems

2016-03-09 Thread vinc...@massol.net
Hi Mark, On 8 Mar 2016 at 13:35:16, Mark Sack (mark.s...@secti.al.gov.br(mailto:mark.s...@secti.al.gov.br)) wrote: > I have been updating the translations on the l10n site and then downloading > the resource files. My challenge is that, sometimes, I don't want to wait > for the next release. My