From: Richard Kettlewell Date: Sun, 14 Aug 2011 17:08:06 +0000 (+0100) Subject: disobedience: grey out user management if it won't work. X-Git-Tag: branchpoint-5.1~18 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/73acd48dc1be038e32b5287feee488c8af2fd4c5?ds=inline;hp=73acd48dc1be038e32b5287feee488c8af2fd4c5 disobedience: grey out user management if it won't work. This already worked for users without the 'admin' right but failed on remote connections if the server had remote_userman set to 'no' (which is the default). The result was pretty ugly, the user management window opened but would repeatedly cause protocol error popups. The implementation depends on the server change in b60ceb3caecce2c86c484e6173fb1428b71d456a. It will still go wrong if remote_userman is changed during the server's lifetime, presumably a fairly rare event. ---