+ Lumi2 is free software, licensed under the GNU Affero General Public License Version 3.0. + The source code is publicly available here. +
+ {% if g.is_authenticated %} +This instance is running Lumi2 Version {{ config['APP_VERSION'] }}.
+ {% endif %} +This site is still under construction
-With Lumi2 you can easily manage the users and user-groups on your LDAP server.
+With Lumi2 you can easily manage the users and groups in your LDAP authentication backend.
{% if g.is_authenticated %} -There are currently {{ user_count }} users and {{ group_count }} groups.
++ There are currently {{ user_count }} users and {{ group_count }} groups registered. +
{% else %}You are currently not logged in. Please log in to continue.
{% endif %} diff --git a/lumi2/usermanager.py b/lumi2/usermanager.py index 713e607..1d1985d 100644 --- a/lumi2/usermanager.py +++ b/lumi2/usermanager.py @@ -85,6 +85,13 @@ def index(): return render_template('usermanager/index.html') +@bp.route('/about') +def about(): + """About page view.""" + + return render_template('usermanager/about.html') + + @bp.route("/users/view/