aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources/views/Manage
Commit message (Collapse)AuthorAgeFilesLines
* Fixed two-factor checkbox display in user admin panelNicolas Lœuillet2016-10-071-1/+1
| | | | Fix #2380
* Disabled delete button for the logged userJeremy Benoist2016-10-021-1/+1
| | | | To avoid some bad things to happen…
* Add users management UIJeremy Benoist2016-10-023-0/+195
- remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)