mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
fixed signup auth mail form
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9311 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ac86609035
commit
8e0eb4b98e
3 changed files with 20 additions and 7 deletions
|
|
@ -238,7 +238,7 @@
|
|||
foreach($signupForm as $formInfo){
|
||||
if ($formInfo->required || $formInfo->mustRequired){
|
||||
if($formInfo->name == 'password')
|
||||
$fields[] = '<field name="password" ><if test="$act == \'procMemberInsert\'" attr="password" value="true" /></field>';
|
||||
$fields[] = '<field name="password" ><if test="$act == \'procMemberInsert\'" attr="required" value="true" /></field>';
|
||||
else if($formInfo->name == 'find_account_question'){
|
||||
$fields[] = '<field name="find_account_question" required="true" />';
|
||||
$fields[] = '<field name="find_account_answer" required="true" />';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue