Show Email in profile by default

I have an option in User->Options Button->set hook "Show Email Adress for other users"
It is possible have this as standart selected option?
Tagged:
0
I have an option in User->Options Button->set hook "Show Email Adress for other users"
It is possible have this as standart selected option?
Comments
There is no config setting for this. You would have to write a plugin to hook UserModel_BeforeInsertUser. That would be the clean way.
A more hackish way would be to change the default value for the user table:
Not sure if that would do the trick but I think so...