diff --git a/app/i18n/en.php b/app/i18n/en.php
index 7c4f090ae..c7ac16ae0 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -162,9 +162,10 @@ return array (
'allow_anonymous' => 'Allow anonymous reading',
'auth_token' => 'Authentication token',
'explain_token' => 'Allows to access RSS output without authentication.
%s?token=%s',
- 'login_configuration' => 'Login',
- 'is_admin' => 'is administrator',
- 'auth_type' => 'Authentication method',
+ 'login_configuration' => 'Login',
+ 'is_admin' => 'is administrator',
+ 'auth_type' => 'Authentication method',
+ 'users_list' => 'List of users',
'language' => 'Language',
'month' => 'months',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index 9dff6dd33..e8da1c603 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -162,9 +162,10 @@ return array (
'allow_anonymous' => 'Autoriser la lecture anonyme',
'auth_token' => 'Jeton d’identification',
'explain_token' => 'Permet d’accéder à la sortie RSS sans besoin de s’authentifier.
%s?output=rss&token=%s',
- 'login_configuration' => 'Identification',
- 'is_admin' => 'est administrateur',
- 'auth_type' => 'Méthode d’authentification',
+ 'login_configuration' => 'Identification',
+ 'is_admin' => 'est administrateur',
+ 'auth_type' => 'Méthode d’authentification',
+ 'users_list' => 'Liste des utilisateurs',
'language' => 'Langue',
'month' => 'mois',
diff --git a/app/views/configure/users.phtml b/app/views/configure/users.phtml
index 81e551d95..e6bebc77c 100644
--- a/app/views/configure/users.phtml
+++ b/app/views/configure/users.phtml
@@ -39,6 +39,22 @@
+
+
+