Conversation:
Notices
-
!gnusocial how do you make the email options all be turned off by default on new registrations? I did my due diligence and looked at the code and thought that you just change the default on the column in #MySQL, but I'm not sure now this is enough.
-
@moonman In the User::register function they get set manually with the following comment: // Set default-on options here, otherwise they'll be disabled // initially for sites using caching, since the initial encache // doesn't know about the defaults in the database. Those values should probably actually be set from a site-wide configuration option instead. Feel free t…