diff options
Diffstat (limited to 'httemplate/browse/access_user.html')
-rw-r--r-- | httemplate/browse/access_user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/access_user.html b/httemplate/browse/access_user.html index 38d5430b1..be11bf82a 100644 --- a/httemplate/browse/access_user.html +++ b/httemplate/browse/access_user.html @@ -4,7 +4,7 @@ my $html_init = "Internal users have access to the back-office interface. Typically, this is your employees and contractors, but in a VISP setup, you can also add accounts for your reseller's employees. It is <B>highly recommended</B> to add a <B>separate account for each person</B> rather than using role accounts.<BR><BR>". qq!<A HREF="${p}edit/access_user.html"><I>Add an internal user</I></A><BR><BR>!; -#false laziness w/agent_type.cgi +#false laziness w/access_group.html & agent_type.cgi my $groups_sub = sub { my $access_user = shift; |