From 01aad229fe5ae107b8f4268a09c5d456a917c2a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Sat, 30 Jan 2016 10:04:20 +0100 Subject: [PATCH] Fixed login modal info text. Fixed #1924. --- openslides/users/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openslides/users/views.py b/openslides/users/views.py index 954ee4527..040cffec4 100644 --- a/openslides/users/views.py +++ b/openslides/users/views.py @@ -259,9 +259,9 @@ class UserLoginView(APIView): context['info_text'] = _( 'Installation was successfully. Use {username} and ' '{password} for first login. Important: Please change ' - 'your password!'.format( + 'your password!').format( username='admin', - password='admin')) + password='admin') else: context['info_text'] = '' else: