aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-03-28 00:10:39 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-04-01 21:23:27 +0200
commitc844dc0c50bb4f1044154401310af25eb21b0f11 (patch)
treea4572193af600a8170b220c0c186bc46d6dd3d8e /src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig
parent1a93ee423b072ec3bcb0c437cbf9b488bdea245c (diff)
downloadwallabag-c844dc0c50bb4f1044154401310af25eb21b0f11.tar.gz
wallabag-c844dc0c50bb4f1044154401310af25eb21b0f11.tar.zst
wallabag-c844dc0c50bb4f1044154401310af25eb21b0f11.zip
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
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig8
1 files changed, 0 insertions, 8 deletions
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
@@ -86,14 +86,6 @@
86 86
87 <fieldset class="w500p inline"> 87 <fieldset class="w500p inline">
88 <div class="row"> 88 <div class="row">
89 {{ form_label(form.user.username) }}
90 {{ form_errors(form.user.username) }}
91 {{ form_widget(form.user.username) }}
92 </div>
93 </fieldset>
94
95 <fieldset class="w500p inline">
96 <div class="row">
97 {{ form_label(form.user.name) }} 89 {{ form_label(form.user.name) }}
98 {{ form_errors(form.user.name) }} 90 {{ form_errors(form.user.name) }}
99 {{ form_widget(form.user.name) }} 91 {{ form_widget(form.user.name) }}