特性:增加全站 SMTP 邮件业务开关(smtp_enabled),并根据此开关在登录首页控制是否显示邮箱找回密码的入口
This commit is contained in:
@@ -363,7 +363,15 @@
|
||||
<button type="reset" class="btn">重填</button>
|
||||
</div>
|
||||
|
||||
<div class="link-row">第一次登录即为注册,请记住您的密码</div>
|
||||
<div class="link-row">
|
||||
第一次登录即为注册,请记住您的密码
|
||||
@if (\App\Models\SysParam::where('alias', 'smtp_enabled')->value('body') === '1')
|
||||
<div style="margin-top: 8px;">
|
||||
<a href="javascript:alert('邮箱找回密码业务即将上线...');"
|
||||
style="color: #336699; text-decoration: none;">忘了密码?点击通过邮箱找回</a>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{-- 右侧:房间列表 --}}
|
||||
|
||||
Reference in New Issue
Block a user