All talks > Talks tagged with password

 
General Symfony 2 discussion • Refilling form password fields after submitting invalid form

Hi,When I submit a form that has password fields in it, if the form contained validation errors, it[...]

symfony 1.3 and 1.4 • connection error with strong password in databases.yml

hiI'm using symfony 1.4 with doctrine...if I use strong password in database.yml, for example like [...]

General Symfony 2 discussion • "Duplicate definition of column" error while updating schema

HiMy bundle use FOSUserBundle Entity. But I need to set password nullable = true for my bundle. How[...]

General Symfony 2 discussion • Validating forms

I have an user entity with an add form and a edit form.The add form contains the fields 'Password' [...]

Custom Symfony 2 class constraint validator NotEqualTo

I need to create a Symfony 2 custom class constraint validator, to validate that a property is not equal to another (i.e. password can't match username). My first question is: do I need to implement method getDefaultOption() and what's is used for? /** * @Annotation */ class [...]

issue with providers and chain_provider in symfony

I am getting the following error, with the code below: ServiceNotFoundException: The service "security.firewall.map.context.main" has a dependency on a non-existent service "security.user.provider.concrete.fos_user_bundle". This happened after I added the chain_provider: provide[...]

issue with logging in user using FOSUserBundle and FOSFacebookUser

I am using FOSUserBundle and FOSUserFacebookBundle to authenticate my users. The issue is that when I visit my /login page. I have two text field with a username and password. When I input my username and password, I am getting the following error: The Facebook user could not be r[...]

Creating a reusable user and group management bundle like FOSUserBundle?

Actually I have five simple projects based on Symfony 2.0. Each project has user management using Doctrine ORM. Among bundles, User class has very few differences. Bundle1 may add "business name" attribute, Bundle2 may add "inbound communications" relationship. But all share the s[...]

How to redirect to logout page in case of Authentication error in a Custom Security Bundle

i'm trying to create an custom security Bundle. I could manage to have something working (long and hard :-) ). Except that when I have an authentication error somewhere, i'd like to be rerouted to a "logout" page and not the login one. I thought changing the security.yml this wa[...]

Symfony2 Create an authenticated session

I need to authenticate a user in symfony2. The issue I am having is that my user is authenticated over a rest service. I send a login and password to this service and I receive the user and session as a response, or error. It seems that in order to grant access to a firewall, I [...]

 
 
 
 
Want to support this service?