aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/UserType.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove ability to change usernameJeremy2015-04-011-31/+0
| | | | | | | | | | 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
* Updating logged in user (email, name, etc ..)Jeremy2015-02-171-0/+31