Friday, May 6, 2011

Symfony sfForkedDoctrineApplyPlugin disable validation email

So today I did a little further research because I didn't want users to have to validate their user. This is great for testing on your own server so you don't have to run Mercury. To do this open up [GameName]/apps/frontend/config/app.yml and add the following under the sfForkedApply:


    confirmation:
      reset: false
      apply: false
      email: false
      reset_logged: false

This will disable the email validation and allow you to directly create your users. If you also want to remove the recaptcha open the app.yml and make the recaptcha enabled go to false. I will be updating the zip file to have these new values.

EDIT: It has been updated and can now be downloaded. It has everything to you need to create a user with no further programming.

No comments: