From c844dc0c50bb4f1044154401310af25eb21b0f11 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 28 Mar 2015 00:10:39 +0100 Subject: Remove ability to change username Since password are linked to username it was hard to change username while checking that the password is the good one. Instead of doing crazy things to achieve that, I act that user won't be able to update username. Also, username (and email) must be unique, since people logged in using username and can request a new password using email. This should fix #1149 --- src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/Wallabag/CoreBundle/Resources') diff --git a/src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig index f2a98dfb..c90bb2e3 100644 --- a/src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig @@ -84,14 +84,6 @@
{{ form_errors(form.user) }} -
-
- {{ form_label(form.user.username) }} - {{ form_errors(form.user.username) }} - {{ form_widget(form.user.username) }} -
-
-
{{ form_label(form.user.name) }} -- cgit v1.2.3