MyBB Community Forums

Full Version: Remove emails totally
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey.

I would like to remove email when signing up. By this I mean that my forum should not store any emails at all, and the field should not show when signing up as I said

How can I do that? And also remove all emails on existing accounts. 

Thank you a lot.  Heart

Best Regards,

0xup
Do you want email registration confirmation still? If not then go into ACP and set it so you don't require email activation. Then just run this query in MySQL.

UPDATE mybb_users SET email='';
(2018-05-16, 12:17 AM)labrocca Wrote: [ -> ]Do you want email registration confirmation still?  If not then go into ACP and set it so you don't require email activation.  Then just run this query in MySQL.

UPDATE mybb_users SET email='';

Thank you but this will only update peoples mail. I need to remove the whole email thing (field etc) from registration.