Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
New users are created with NULL preferences

JSConnect is creating new users with NULL preferences. Although this does not break the site, the users do not get initialized with the preferences I have setup in the vanilla config--specifically notification preferences.
mysql> select UserID,Name,Preferences,DateInserted from GDN_User order by DateInserted desc limit 1; +--------+--------+-------------+---------------------+ | UserID | Name | Preferences | DateInserted | +--------+--------+-------------+---------------------+ | 752 | harryj | NULL | 2013-01-30 10:17:53 | +--------+--------+-------------+---------------------+ 1 row in set (0.00 sec)
Is there a workaround for this?
0