[symfony-users] Re: localized security (FOSUserBundle)

2011-06-14 Thread theinterned
By the way: I submitted a patch to allow logout path and logout target path to be localized as well: https://github.com/symfony/symfony/pull/1277#issuecomment-1345322 On Jun 10, 2:33 pm, theinterned ned...@gmail.com wrote: Ah great! Thanks so much. This looks like the commit

[symfony-users] Re: localized security (FOSUserBundle)

2011-06-10 Thread theinterned
Awesome ... updating now! thanks! On Jun 10, 6:22 am, Christophe COEVOET s...@notk.org wrote: Le 09/06/2011 23:38, theinterned a crit : Hi, I am trying to provided login at localized urls: /en/login, /fr/login etc. The locale seems to work okay for the login form, but the

[symfony-users] Re: localized security (FOSUserBundle)

2011-06-10 Thread theinterned
hmmm I ran ./bin/venders.php and I see this: Installing/Updating UserBundle HEAD is now at 122c7d5 Merge pull request #198 from oyerli/patch-1 Checking github, I see that indeed master is indeed at 122c7d582b22fd162ebcadf03c0baca8fecee52b But I am still getting the You must configure the

Re: [symfony-users] Re: localized security (FOSUserBundle)

2011-06-10 Thread Christophe COEVOET
Le 10/06/2011 18:46, theinterned a écrit : hmmm I ran ./bin/venders.php and I see this: Installing/Updating UserBundle HEAD is now at 122c7d5 Merge pull request #198 from oyerli/patch-1 Checking github, I see that indeed master is indeed at 122c7d582b22fd162ebcadf03c0baca8fecee52b But I am

[symfony-users] Re: localized security (FOSUserBundle)

2011-06-10 Thread theinterned
Ah great! Thanks so much. This looks like the commit here: https://github.com/symfony/symfony/commit/882a8e3f09c602a6f0ed3b5bd20e8d4688331500 I'm going to merge that into my project. On Jun 10, 1:28 pm, Christophe COEVOET s...@notk.org wrote: Le 10/06/2011 18:46, theinterned a crit :