Changes for page Sandbox
Last modified by Jip-jan Alunkel on May 29, 22:55
From version 23.11
edited by Jip-jan Alunkel
on May 11, 15:15
on May 11, 15:15
Change comment:
There is no comment for this version
To version 23.13
edited by Jip-jan Alunkel
on May 11, 15:16
on May 11, 15:16
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -51,9 +51,9 @@ 51 51 *# 52 52 [Open login modal] 53 53 54 -$xwiki.getURL("xwiki:XWiki.XWikiLogin", 'view','fromlogin=true')54 +$xwiki.getURL("xwiki:XWiki.XWikiLogin","loginsubmit","fromlogin=true") 55 55 56 -<form id="loginForm" action="$xwiki.getURL("xwiki:XWiki.XWikiLogin","loginsubmit")" method="post" class="xform"> 56 +<form id="loginForm" action="${xwiki.getURL("xwiki:XWiki.XWikiLogin","loginsubmit","fromlogin=true")}" method="post" class="xform"> 57 57 <input type="hidden" name="$!{services.csrf.getToken()}" value="xlogin" /> 58 58 #if($xcontext.user != 'XWiki.XWikiGuest') 59 59 <input type="hidden" name="logged_in" value="true" />