diff options
author | Dennis Kaarsemaker <dennis@kaarsemaker.net> | 2016-02-22 21:25:39 +0100 |
---|---|---|
committer | Dennis Kaarsemaker <dennis@kaarsemaker.net> | 2016-03-23 07:44:13 +0100 |
commit | 446a23ea39184c5fe43cd40706bb683b89534e2e (patch) | |
tree | c2a3933f4f962071174225c3bb86b3884927fd15 /bitlbee.conf | |
parent | e41ba05c0a9002b30e9e2475f56fd207e856a9f8 (diff) |
Add a setting to disable 'account add'
In a locked down bitlbee instance it is useful to disable the 'account
add' command.
Diffstat (limited to 'bitlbee.conf')
-rw-r--r-- | bitlbee.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bitlbee.conf b/bitlbee.conf index 51b5777a..a79a4483 100644 --- a/bitlbee.conf +++ b/bitlbee.conf @@ -69,6 +69,13 @@ ## or # OperPassword = md5:I0mnZbn1t4R731zzRdDN2/pK7lRX +## AllowAccountAdd +## +## Whether to allow registered and identified users to add new accounts using +## 'account add' +## +# AllowAccountAdd 1 + ## HostName ## ## Normally, BitlBee gets a hostname using getsockname(). If you have a nicer |