I wanted to know where the profile defaults are stored for new users so i can change "Check this to allow receiving emails through a message form" to being unchecked when a new user is created. :roll:
So this setting defaults to "checked" because the installer sets up your database that way. What you need to do is edit your database with something like phpmyadmin. Go there and find your database then find the "evo_users" table. In that table you will find a field called "user_allow_msgform" that has a default value of '1'. Change the default to '0' and you will be so happy your eyeballs will pop out and start dancing.
Okay found it.
Hi RBRat3. Welcome to the forums.
So this setting defaults to "checked" because the installer sets up your database that way. What you need to do is edit your database with something like phpmyadmin. Go there and find your database then find the "evo_users" table. In that table you will find a field called "user_allow_msgform" that has a default value of '1'. Change the default to '0' and you will be so happy your eyeballs will pop out and start dancing.