0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: help_user.html.compiled
# This file is a compiled version of a template that can be run much faster # than reparsing the file, yet accomplishes the same thing. You should not # attempt to modify this file as any changes you make would be lost as soon as # the original template file is modified. # Editor: vim:syn=perl # Generated: Thu Apr 21 20:26:44 2016, using GT::Template::Parser v2.159 local $^W; { files => [['help_user.html','/data/config/fileman/templates/luna/../common/help_user.html',1449257597,1818]], parser_version => 2.170, code => \>::Template::parsed_template }; sub GT::Template::parsed_template { local $^W; # Get rid of warnings. This won't work for Perl 5.6's -W switch my $self = shift; my $return = ''; my $tags = $self->vars; my $escape = $self->{opt}->{escape}; my $strict = $self->{opt}->{strict}; my ($tmp, $tmp2, $tmp3); $return .= q{<p>The "Users Manager" allows you to view, create and modify user accounts on your FileMan installation.</p> <ul> <li>Existing users' information can be edited by clicking on the names themselves.</li> <li>The "Access Directories" column displays paths to all directories the user has access to. To change user permissions and accesses, check off a user and select an option in the dropdown menu.</li> <li> Clicking the "New User" button will display a menu allowing you to define all aspects of a new user record. <ul> <li>Enter the user's name, password and e-mail address.</li> <li>Choose whether the user will have access to administrative options, or the standard user ones by choosing "User" or "Administrator" in the drop-down menu.</li> <li>Enter the directory where the user's root access will be (?). Choosing "Add a User" from the drop-down menu will allow you to select an existing folder, or you can check the "Create User Directory" box to automatically (?) create a directory for the user.</li> <li>Enter the allowed space (in kilobytes) the user will be given in their directory, or enter "0" to not create a limit.</li> <li>If you wish to customize which tools and commands the user has access to, check or uncheck the desired ones (the default tools/commands settings are defined in the Setup menu).</li> </ul> </li> <li>You can define tools and commands permissions for multiple users at a time by checking them and selecting "Change Permissions" in the drop-down menu. Any changes you make will be applied to all selected users.</li> <li>You can define directory access for multiple users at a time by checking them and and selecting "Change Access" in the drop-down menu. Check the directories you wish to give access to for all selected users.</li> </ul> }; return \$return; }