From 07da8611267edca21ae8addd13ae432ac0ce4b68 Mon Sep 17 00:00:00 2001 From: tcit Date: Wed, 23 Apr 2014 10:53:57 +0200 Subject: Added multi-user functionnality in all themes --- themes/courgette/config.twig | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'themes/courgette') diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig index 6e1a9043..a022d733 100755 --- a/themes/courgette/config.twig +++ b/themes/courgette/config.twig @@ -80,5 +80,39 @@

{% trans "Export your wallabag data" %}

{% trans "Click here" %} {% trans "to export your wallabag data." %}

+ + +

{% trans 'Add user' %}

+

{% trans 'Add a new user :' %}

+
+
+
+ + +
+
+ + +
+
+ +
+
+
+ +

{% trans "Delete account" %}

+ {% if not only_user %}
+

{% trans "You can delete your account by entering your password and validating." %}
{% trans "Be careful, data will be erased forever (that is a very long time)." %}

+
+
+ + +
+
+ +
+ + {% else %}

{% trans "You are the only user, you cannot delete your own account." %}
+ {% trans "To completely remove wallabag, delete the wallabag folder on your web server." %}

{% endif %} {% endblock %} -- cgit v1.2.3