Initial import of admin system (groups and overrides done)
Added a "clear" function for Tries --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40340
This commit is contained in:
+6
-3
@@ -11,11 +11,14 @@
|
||||
* "name" - Name based authentication
|
||||
* "ip" - IP based authentication
|
||||
* Anything else is treated as custom.
|
||||
* Note: Only one auth method is allowed per entry.
|
||||
*
|
||||
* "identity" - REQUIRED - Identification string, for example, a steamid or name.
|
||||
* "password" - Optional password to use.
|
||||
* "group" - Inherits a set of group permissions.
|
||||
* "flags" - Adds a set of flags.
|
||||
* Note: Only one identity is allowed per entry.
|
||||
*
|
||||
* "password" - Optional password to require.
|
||||
* "group" - Adds one group to the user's group table.
|
||||
* "flags" - Adds one or more flags to the user's permissions.
|
||||
*
|
||||
* Example:
|
||||
"BAILOPAN"
|
||||
|
||||
Reference in New Issue
Block a user