NAME
Yukki::Settings::Privileges - settings describing privileges
VERSION
version 0.991_004
DESCRIPTION
This just encapsultate privilege requirements to do certain actions.
ATTRIBUTES
anonymous_access_level
This should be set to one of the following: read, write, or none. This settings decides how much access an anonymous user has when visiting your wiki.
read_groups
This may be set to the word "ANY" or the word "NONE" or to an array of group names.
If set to ANY, any logged user may read this repository. If set to NONE, read access is not granted to any logged user (though if anonymous_access_level
or write_groups
grant a user access, the user will be able to read the repository).
If an array of one or more group names are given, the users with any of those groups will be able to read the repository.
write_groups
THe possible values that may be set are identicl to read_groups
. This setting determines who has permission to edit pages and upload files to the repository.
AUTHOR
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Qubling Software LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.