refactor: Store domains separately from users

This commit is contained in:
selfhoster selfhoster 2026-09-19 09:25:25 +02:00
commit 58a8c375f0
5 changed files with 59 additions and 88 deletions

View file

@ -8,7 +8,7 @@
</div>
{% if other_users %}
<div>
<h2>Other users you have permission to see</h2>
<h2>Other users you have permission to see on your own domain</h2>
<ul>
{% for user in other_users %}
<li>{{ user.mail }}</li>