mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Separate procMemberResetPassword action from procMemberModifyPassword
This commit is contained in:
parent
cd1477f14b
commit
8e1ccf7c1b
5 changed files with 73 additions and 43 deletions
|
|
@ -7,12 +7,10 @@
|
|||
</div>
|
||||
<form action="./" method="post" class="rx_ajax">
|
||||
<input type="hidden" name="module" value="member" />
|
||||
<input type="hidden" name="act" value="procMemberModifyPassword" />
|
||||
<input type="hidden" name="act" value="procMemberResetPassword" />
|
||||
<input type="hidden" name="mid" value="{$member_config->mid ?? ''}" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/member/skins" />
|
||||
<input type="hidden" name="auth_key" value="{$auth_key}" />
|
||||
<input type="hidden" name="member_srl" value="{$member_srl}" />
|
||||
<input type="hidden" name="current_password" value="{$auth_key}" />
|
||||
<div>
|
||||
<input type="password" name="password1" id="npw1" required placeholder="{$lang->password1}" title="{$lang->password1}" />
|
||||
<span class="help-inline">{$lang->about_password_strength[$member_config->password_strength]}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue