Sorry for my bad english, Really , I am spanish haha!
I guess it is a expression, we say "this sounds chinese to me :-) "
Thanks, I will try to create the bundle.
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this mes
I rode the following messages
http://groups.google.com/group/jquery4php/browse_thread/thread/d7291256b04885e
, but I do not know if this works for symfony 2 , to beginning the
autoload what I have is in php. I do not know how do it work with
jquery.
--
If you want to report a vulnerability issue
Hi georg,
Could you let me see the code, because I implemented the User and the
Role class but this does not work fine. I think that the problem is
caused by roles because I put the role IS_AUTHENTICATED_ANONYMOUSLY,
this one works fine. My application does not return any exception but
this one re
I am using the sandbox of the PR8. I happen the same issue when I use
entities on the authentication. the problem (as someone told me) could
be related with the property username, because it is sometimes null.
But sorry, I did not find the solution. If I find it I will tell you.
--
If you want t
at this moment my security.yml :
firewalls:
main:
pattern: ^/demo/.*
form_login:
check_path: /demo/login_check
login_path: /demo/login
always_use_default_target_path: true
default_target_path:
at this moment my security.yml :
firewalls:
main:
pattern: ^/demo/.*
form_login:
check_path: /demo/login_check
login_path: /demo/login
always_use_default_target_path: true
default_target_path:
I'm sorry, I had read the whole message but I did not understand you,
my English is not good. I think now I understand everything. Thanks
for everything and sorry again.
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received th
so , the solution would be :
> > login:
+ pattern: ^/demo/login$
> > security: false
>
> > secured_area:
> > pattern: /demo/.*
> > form_login:
> > check_path: /demo/login_check
> > login_path:
1º - I remove the anonymous entry and put this :
firewalls:
login:
pattern: /demo/login
security: false
secured_area:
pattern: /demo/.*
form_login:
check_path: /demo/login_check
login_path: /de
hi, My user is always autenticated as anonymous, so the redirection
does not work.
security:
encoders:
Openxesta\UserBundle\Entity\Usuario:
algorithm: md5
encode-as-base64: false
iterations: 10
role_hierarchy:
ROLE_ADMIN: ROLE_USE
})
2011-04-11T10:30:33+02:00 DEBUG: Notified event "onCoreRequest" to
listener "Symfony\Bundle\FrameworkBundle\RequestListener"
2011-04-11T10:30:33+02:00 DEBUG: Notified event "onCoreRequest" to
listener "Symfony\Bundle\FrameworkBundle\Profiler
sorry sorry, I beginning :) and I thought my message had not been
sent.
I think that my problem is too with getSalt() because I use
textplain. :P
On 8 abr, 09:10, smontes wrote:
> I send a message yesterday, but I don`t know if you received it. Could
> you answer me, please!
--
If you w
I send a message yesterday, but I don`t know if you received it. Could
you answer me, please!
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" gr
I am using your example and PR8 but it doesn't work, in my case my
method getSalt return null, because I am not encripting the password.
>public function getSalt()
>{
>return null;
>}
When I introduce the username and passwork incorrect it is shown "Bad
credentials" but if the
14 matches
Mail list logo