i've resolved this by adding this code to my custom sso login plugin (https://community.nodebb.org/topic/3322/jsconnect-sso)
User.setSetting(uid, 'dailyDigestFreq', 'week', null); User.setSetting(uid, 'notificationSounds', 1, null); User.setSetting(uid, 'followTopicsOnCreate', 1, null); User.setSetting(uid, 'followTopicsOnReply', 1, null); User.setSetting(uid, 'sendChatNotifications', 1, null);Profile picture setting
-
Hi guys, I have a question. Accept my apologize If my question is repeated, but I didn't find my answer. Is there a setting menu for profile pictures in ACP? Such as picture type (JPG, PNG etc.) etc ??
-
There are a lot of settings related to uploads. If you search for uploads, you should find them all.