feat: add portal allauth account flow

This commit is contained in:
QiuSW
2026-07-03 11:27:45 +08:00
parent 7df2c51903
commit d61a641b7e
29 changed files with 446 additions and 31 deletions
@@ -0,0 +1,10 @@
{% extends "portal/base.html" %}
{% block title %}验证邮箱 - cmhub{% endblock %}
{% block content %}
<section class="cmhub-panel">
<h1 class="h4 mb-3">验证邮箱</h1>
<p class="mb-0 text-secondary">验证邮件已发送,请先完成邮箱验证再登录。</p>
</section>
{% endblock %}