aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/UserInformationType.php
Commit message (Collapse)AuthorAgeFilesLines
* Update to Symfony 2.7Jeremy Benoist2015-06-021-2/+2
| | | | And fix some deps instead of using dev tags
* Merge pull request #1167 from wallabag/v2-api-bundleNicolas Lœuillet2015-06-011-0/+1
|\ | | | | Move API stuff in ApiBundle
| * CSJeremy Benoist2015-05-301-0/+1
| |
* | name not requiredThomas Citharel2015-04-151-1/+1
| |
* | changed email fields with the email type and added required parameter on ↵Thomas Citharel2015-04-151-2/+2
|/ | | | some stuff
* Remove ability to change usernameJeremy2015-04-011-0/+30
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