Skip to content

Commit

Permalink
#927 ssl-optional use https protocol in login form
Browse files Browse the repository at this point in the history
  • Loading branch information
akasima committed Aug 26, 2014
1 parent 15c5c57 commit 7d0ac7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/member/skins/default/login_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1><i class="icon-user"></i> {$lang->cmd_login}</h1>
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="@login" action="{getUrl('')}" method="post" id="fo_member_login">
<form ruleset="@login" action="{getUrl('', 'act', 'procMemberLogin')}" method="post" id="fo_member_login">
<input type="hidden" name="success_return_url" value="{$referer_url}" />
<input type="hidden" name="act" value="procMemberLogin" />
<input type="hidden" name="xe_validator_id" value="modules/member/skins" />
Expand Down

0 comments on commit 7d0ac7b

Please sign in to comment.