Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

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?

Sign In or Register to comment.