mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Issue 2134 Set Login widget POST sending page as SSL (optional), and Set message page to POST as SSL (optional).
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10879 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1e74627509
commit
b2f4174804
6 changed files with 7 additions and 7 deletions
|
|
@ -16,7 +16,7 @@
|
|||
xAddEventListener(window, "load", function(){ doFocusUserId("fo_login_widget"); });
|
||||
</script>
|
||||
|
||||
<form action="./" method="post" ruleset="@login" id="fo_login_widget">
|
||||
<form action="{getUrl('','act','procMemberLogin')}" method="post" ruleset="@login" id="fo_login_widget">
|
||||
<fieldset id="login" class="login_{$colorset}">
|
||||
<legend>{$lang->cmd_login}</legend>
|
||||
<h2>Login</h2>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
<form action="./" method="post" ruleset="@login" id="fo_login_widget" class="fo_login_widget">
|
||||
<form action="{getUrl('','act','procMemberLogin')}" method="post" ruleset="@login" id="fo_login_widget" class="fo_login_widget">
|
||||
<fieldset id="login" class="login_{$colorset}">
|
||||
<legend>{$lang->cmd_login}</legend>
|
||||
<input type="hidden" name="act" value="procMemberLogin" />
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form id="fo_login_widget" action="./" method="post" ruleset="@login" class="login_{$colorset}">
|
||||
<form id="fo_login_widget" action="{getUrl('','act','procMemberLogin')}" method="post" ruleset="@login" class="login_{$colorset}">
|
||||
<fieldset>
|
||||
<input type="hidden" name="act" value="procMemberLogin" />
|
||||
<input type="hidden" name="success_return_url" value="{htmlspecialchars(getRequestUriByServerEnviroment())}" />
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ var keep_signed_msg = "{$lang->about_keep_signed}";
|
|||
|
||||
</script>
|
||||
|
||||
<form action="./" method="post" ruleset="@login" id="fo_login_widget">
|
||||
<form action="{getUrl('','act','procMemberLogin')}" method="post" ruleset="@login" id="fo_login_widget">
|
||||
<fieldset id="login">
|
||||
<legend>{$lang->cmd_login}</legend>
|
||||
<input type="hidden" name="act" value="procMemberLogin" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue