diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-03-28 17:36:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-03-30 11:14:43 -0400 |
commit | 148310e5fc78e69f6bde3683855009dc3d8d485b (patch) | |
tree | a10529f506f70ac3a858c6ad660a7e50868c96bf /README | |
parent | a68836acb4c43500dbff89be1faec19969bc34c2 (diff) |
welcome notice, default sub for new users
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1169,6 +1169,20 @@ banned: an array of usernames and/or profile IDs of 'banned' profiles. not be accepted at all. (Compare with blacklisted users above, whose posts just won't show up in the public stream.) +newuser +------- + +Options with new users. + +subscribe: nickname of a user account to automatically subscribe new + users to. Typically this would be system account for e.g. + service updates or announcements. Users are able to unsub + if they want. Default is null; no auto subscribe. +welcome: nickname of a user account that sends welcome messages to new + users. Can be the same as 'subscribe' account, although on + busy servers it may be a good idea to keep that one just for + 'urgent' messages. Default is null; no message. + Troubleshooting =============== |