| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Fix error for level 0 & 1 (level 7 has 699 errors...)
- Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
|
| |
|
|
|
|
| |
The Profile validation_groups does not exist and then for validation to be skipped (like password length)
|
|
|
|
| |
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
|
|
|
| |
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
|
|
|
| |
See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
|
|
|
|
| |
Fix #2380
|
|
|
|
| |
To avoid some bad things to happen…
|
|
- remove the “add a user” from the config page
- add a CRUD on user
- fix some missing translations (+ bad indentation)
|