Topic: Anyway to reset privacy options for users?

Ive since made this option default to "Hide your e-mail address and disallow form e-mail." but is there a way to set everyone to that options, im sure some people are set to: "Hide your e-mail address but allow form e-mail." because that was the default beforehand

2

Re: Anyway to reset privacy options for users?

I'm sure there is a query you could run which would do it, although I can't think of it off the top of my head. Haven't looked at punBBs database schema in ages...

3 (edited by Strofanto 2007-05-11 19:24)

Re: Anyway to reset privacy options for users?

Try with

UPDATE (prefix)users SET email_setting = 2;

Change (prefix) with... well it's self-explaining.