Users running a non-download version of Vanilla (pulled from github), on branch release/2019.016 or master from the last 2 weeks should upgrade to release/2019.017 or latest master for security reasons. Downloaded official open sources releases are not affected.
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
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...