Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
visitors
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
visitors
Commits
7c2dfcc4
Commit
7c2dfcc4
authored
2 years ago
by
Steven Ayers
Committed by
Steven Ayers
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3087315
by bluegeek9: Filter/filter config anonymous users & paths
parent
f63cf34b
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!53
Issue #3310771: 7.x-2.0-alpha10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
forms/admin_settings.inc
+2
-2
2 additions, 2 deletions
forms/admin_settings.inc
with
2 additions
and
2 deletions
forms/admin_settings.inc
+
2
−
2
View file @
7c2dfcc4
...
...
@@ -158,10 +158,10 @@ function visitors_admin_settings() {
);
$form
[
'logging'
][
'role'
][
'visitors_excluded_roles'
]
=
array
(
'#type'
=>
'checkboxes'
,
'#title'
=>
t
(
'
Show block
for specific roles'
),
'#title'
=>
t
(
'
Exclude visits
for specific roles'
),
'#default_value'
=>
variable_get
(
'visitors_excluded_roles'
,
[]),
'#options'
=>
$default_role_options
,
'#description'
=>
t
(
'
Show this block only
for the selected role(s).
If you select no roles, the block will be visible to all users.
'
),
'#description'
=>
t
(
'
Exclude visits
for the selected role(s).'
),
);
// Per-user visibility.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment