mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +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;
|
||||
}
|
||||
|
||||
Context::set('member_config', $this->member_config);
|
||||
Context::set('identifier', $this->member_config->identifier);
|
||||
Context::set('enable_find_account_question', 'N');
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<include target="./common_header.html" />
|
||||
<load target="filter/find_member_account.xml" />
|
||||
|
||||
<section>
|
||||
<h1>{$lang->cmd_find_member_account_with_email}</h1>
|
||||
<p>{$lang->about_find_member_account}</p>
|
||||
|
|
@ -21,6 +22,8 @@
|
|||
</div>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<!--@if($member_config->enable_confirm === 'Y')-->
|
||||
<hr>
|
||||
<section>
|
||||
<h1>{$lang->cmd_resend_auth_mail}</h1>
|
||||
|
|
@ -42,4 +45,6 @@
|
|||
</div>
|
||||
</form>
|
||||
</section>
|
||||
<!--@endif-->
|
||||
|
||||
<include target="./common_footer.html" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue