X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fsource%2Fconfiguration.rst;h=d0f8093ca42ab70f5d0ee58cae6ab706cc62ead7;hp=bca91616cf73901ceb81876581614ae8f64e362f;hb=b64bdabe02e5d30113df5052050cfb9b62683a74;hpb=6c86b6ed827994f838112260ba1fe162b6726ee4 diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index bca9161..d0f8093 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -2,7 +2,7 @@ configuration =============== -.. Copyright (c) 2004-2018 mudpy authors. Permission to use, copy, +.. Copyright (c) 2004-2019 mudpy authors. Permission to use, copy, modify, and distribute this software is granted under terms provided in the LICENSE file distributed with this software. @@ -422,3 +422,36 @@ written. Example:: .mudpy.timing.status: 6000 + +.mudpy.user +----------- + +.mudpy.user.pref_admin +~~~~~~~~~~~~~~~~~~~~~~ + +list, optional + +This can be used to list facets an administrative user is allowed to +set or override on their own ``account`` element, in addition to any +in the `.mudpy.user.pref_allow`_ list. Note that this is merely a +convenience, as an administrator is already able to call the ``set`` +command to set values for facets of any element. + +Example:: + + .mudpy.user.pref_admin: + - loglevel + +.mudpy.user.pref_allow +~~~~~~~~~~~~~~~~~~~~~~ + +list, optional + +This can be used to list facets any user is allowed to set or +override on their own ``account`` element with the ``preference`` +command. + +Example:: + + .mudpy.user.pref_allow: + - prompt