+
{{ title }}
+
- What services use ALDAP?
+ What is Rainbox Email?
+ Rainbox Email is a FOSS service that allows anyone to
+ manage an ISP-like mail database.
+ You can find the source code on
+ GitLab.
+
+ {{ macros.message('info', '' + instance_url + ' is just one instance of ' + app.name, true, true) }}
+
+
+
+ Available authentication mechanisms
- - mail.toot.party - a private mail service
+ - Internal (shared database)
+ - Integrated LDAP server
- Authentication mechanisms
+ Useful resources
+
- - Internal (shared database)
- - LDAP
+ - ISP mail guide to setup your own mail server
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/views/account.njk b/views/account.njk
index 3d5fa1d..163095b 100644
--- a/views/account.njk
+++ b/views/account.njk
@@ -1,6 +1,6 @@
{% extends 'layouts/base.njk' %}
-{% set title = 'ALDAP - Welcome to the toot.party auth center!' %}
+{% set title = app.name + ' - Account' %}
{% block body %}