is there a way to set default settings for new users? i'd like to enable privacy, email notifications, automatic follow created topics, sounds, ecc by default
M
manuel
@manuel
Posts
-
default user settings? -
Missing profile navigation links@julian said:
@planner Clear cache?
enh req: ./nodebb clear
and maybe do it automatically on ./nodebb upgrade -
[nodebb-plugin-shoutbox] Shoutbox plugini tried a git pull and restarted nodebb, now i have the problem everywhere, so it's the emoji plugin sorry
can some1 move my post to the correct topic please? -
ChangelogCan you write and keep up to date a changelog in this forum?
P.S.: changelogs on github & everywhere!
-
easyest way to change post author and date/timewhat's the simplest way to change the author of a post? and to edit date and time?
-
default user settings?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);