From: Jeremy Stanley Date: Sun, 14 May 2017 14:00:11 +0000 (+0000) Subject: Enable initial admin account in example config X-Git-Tag: 0.0.1~162 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=a848ee505cff4e968417004173adc790f4e78ff1;hp=a848ee505cff4e968417004173adc790f4e78ff1 Enable initial admin account in example config The example etc/mudpy.yaml, intended for demonstration purposes, only binds a listening socket on the loopback interface so shouldn't be exposed remotely. As a result, turn on the configuration option to enable elevating the account named "admin" to administrative privileges automatically upon creation. This allows to run tests of admin-specific commands with the example configuration. Also rename the "testadmin" account used by the selftest to match the name of the default for consistency, and rename test_config.yaml to test_daemon.yaml reflecting its primary purpose (and also to open the way for additional test configs as well). ---