diff options
author | Sarven Capadisli <csarven@status.net> | 2009-12-14 18:34:16 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-12-14 18:34:16 -0500 |
commit | 27d0e8f0a411488cd2a09009759078501102c7a1 (patch) | |
tree | a9e223fefe72e1cb169a3dc97bdbf5bca0f2799c /README | |
parent | f8b187d5a4ac5eab1f025d61e30d5244cef6123d (diff) | |
parent | 1aae7f382ffb7d709417ecc560e37535d64e6a4d (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1407,6 +1407,21 @@ contentlimit: max length of the plain-text content of a message. Default is null, meaning to use the site-wide text limit. 0 means no limit. +logincommand +------------ + +Configuration options for the login command. + +disabled: whether to enable this command. If enabled, users who send + the text 'login' to the site through any channel will + receive a link to login to the site automatically in return. + Possibly useful for users who primarily use an XMPP or SMS + interface and can't be bothered to remember their site + password. Note that the security implications of this are + pretty serious and have not been thoroughly tested. You + should enable it only after you've convinced yourself that + it is safe. Default is 'false'. + Plugins ======= |