Opened at 2014-01-23T10:55:48Z
Closed at 2014-03-01T02:23:01Z
#1117 closed enhancement (fixed)
/oper to set account passwords
Reported by: | Owned by: | wilmer | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | devel |
Keywords: | patch | Cc: | |
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
At the moment the only time you can use /oper to set an IM account's password is when you add it with 'account add'.
ohcibi asked in the channel if there was any other way to do it and so I wrote this patch that uses acc [acc] set -del password
as a trigger to prompt for a password via /oper.
It uses the same mechanism as account add does, and since set -del password was being intercepted already to avoid a NULL value, it seemed like the best place for it to go. The only other alternative I could think of would be to create a new acc [acc] operpassword
command or similar.
Attachments (2)
Change History (6)
Changed at 2014-01-23T10:56:34Z by
Attachment: | bitlbee-password-oper.patch added |
---|
comment:1 Changed at 2014-02-04T03:44:07Z by
Keywords: | patch added |
---|
comment:3 Changed at 2014-02-08T20:54:48Z by
Owner: | set to wilmer |
---|---|
Status: | new → assigned |
Sup wilmer! Apply this!
Changed at 2014-02-28T20:48:01Z by
Attachment: | bitlbee-password-oper2.patch added |
---|
Now with extra oauth logic!
Allow /oper after acc [acc] set -del password