Jeremy Benoist
b6c00b0b80
Add tests
2016-02-22 13:33:22 +01:00
Thomas Citharel
6fa4be38eb
fix labels on new user prompt
...
fix tests
nl
add translation validation length
2016-02-11 17:52:00 +01:00
Jeremy Benoist
a3cac44c78
Add for deleting rule from an other user
2016-01-22 08:01:17 +01:00
Jeremy Benoist
23ff8d3619
Add custom email for 2FA
...
Related #1490
2015-12-29 11:17:06 +01:00
Kévin Gomez
958671a7ae
Add a quick test
2015-11-13 22:53:28 +01:00
Kévin Gomez
8a99c7a86b
Add a few functional tests for the tagging rules creation form
2015-11-11 16:27:19 +01:00
Nicolas Lœuillet
c89d35e851
Language selection on config screen
2015-10-15 21:42:29 +02:00
Nicolas Lœuillet
1210dae105
remove old implementation for login/register/recover
2015-10-03 13:31:48 +02:00
Nicolas Lœuillet
fcb1fba5c2
* public registration
...
* remove WSSE implementation
* add oAuth2 implementation
2015-10-03 13:30:43 +02:00
Jeremy Benoist
0f30f48b93
Enabled created user from Config
...
By default, creating user with FOSUser are disabled by default.
Fix #1423
2015-09-26 19:45:14 +02:00
Nicolas Lœuillet
3f7a62908c
fix tests for FosUser
2015-09-11 20:32:37 +02:00
Nicolas Lœuillet
a1691859ca
implement FosUser
2015-09-11 20:32:37 +02:00
Nicolas Lœuillet
4ab58dcf6c
set material to default theme \o/
2015-08-04 22:51:21 +02:00
Jeremy Benoist
75e9d1df03
Update to Symfony 2.7
...
And fix some deps instead of using dev tags
2015-06-02 16:58:19 +02:00
Jeremy
9744e97131
Fix tests
2015-04-01 21:59:13 +02:00
Jeremy
769e19dc4a
Move API stuff in ApiBundle
2015-04-01 21:59:12 +02:00
Jeremy
c844dc0c50
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
2015-04-01 21:23:27 +02:00
Jeremy
371ac69a6b
Add tests
...
and fix few mistakes
2015-03-31 22:48:00 +02:00
Jeremy
32da2a70ef
Add LiipThemeBundle
...
Re-defined the config / user relation to be OneToOne bidirectionnal.
ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle
Force sqlite for test
In case of people use a different driver in parameter.yml (yes I do :))
2015-03-01 10:49:16 +01:00
Jeremy
e4977b8a86
Adding new user
2015-02-22 09:30:25 +01:00
Jeremy
c0d9eba07f
Updating logged in user (email, name, etc ..)
2015-02-17 22:45:20 +01:00
Jeremy
d9085c63e3
Handle password change
2015-02-17 21:03:23 +01:00
Jeremy
4d85d7e9ba
Implement simple config
2015-02-16 21:31:58 +01:00