mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Fix #2285 hide resend auth mail form if email confirmation is not required
This commit is contained in:
parent
bbcbe04838
commit
a36d728ad9
2 changed files with 6 additions and 0 deletions
|
|
@ -929,6 +929,7 @@ class MemberView extends Member
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Context::set('member_config', $this->member_config);
|
||||||
Context::set('identifier', $this->member_config->identifier);
|
Context::set('identifier', $this->member_config->identifier);
|
||||||
Context::set('enable_find_account_question', 'N');
|
Context::set('enable_find_account_question', 'N');
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
<include target="./common_header.html" />
|
<include target="./common_header.html" />
|
||||||
<load target="filter/find_member_account.xml" />
|
<load target="filter/find_member_account.xml" />
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>{$lang->cmd_find_member_account_with_email}</h1>
|
<h1>{$lang->cmd_find_member_account_with_email}</h1>
|
||||||
<p>{$lang->about_find_member_account}</p>
|
<p>{$lang->about_find_member_account}</p>
|
||||||
|
|
@ -21,6 +22,8 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<!--@if($member_config->enable_confirm === 'Y')-->
|
||||||
<hr>
|
<hr>
|
||||||
<section>
|
<section>
|
||||||
<h1>{$lang->cmd_resend_auth_mail}</h1>
|
<h1>{$lang->cmd_resend_auth_mail}</h1>
|
||||||
|
|
@ -42,4 +45,6 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
<!--@endif-->
|
||||||
|
|
||||||
<include target="./common_footer.html" />
|
<include target="./common_footer.html" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue