View Single Post
  #2  
Old 9th October 2011, 21:39
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Thanks man ;)

If you want to auto-validate new accounts :
- Open /apps/frontend/modules/membres/actions/actions.class.php
- Search $m->setDroits("val");
- Replace "val" by "mbr"
- Delete the 15 lines below (after $m->save();) which proceed the sending of the confirmation mail
- Save and enjoy ;)

Bump: This solution is depreciated since the revision 34 has been released.
http://www.bvlist.com/zentracker/708...sion-34-a.html

Now, you've just to open /apps/frontend/config/app.yml and set "validate" to false. Clear the /cache/ content and let's rock !

Last edited by Optix; 11th October 2011 at 13:16.
Reply With Quote
The Following User Says Thank You to Optix For This Useful Post:
firefly007 (13th November 2011)