feat: add user settings page (change username/password) and remove public registration

This commit is contained in:
2026-07-05 22:01:24 +08:00
parent fae5a05be1
commit c0130afe12
12 files changed
+127 -348

No files matched your search

-1
View File
@@ -16,6 +16,5 @@
</label>
<button type="submit" class="btn btn-primary">登录</button>
</form>
<p class="auth-link">没有账号?<a href="/register">注册</a></p>
</div>
{% endblock %}