Skip to content

Commit

Permalink
[NottsPolice] Never allow anonymous reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
neprune committed Jun 3, 2024
1 parent 0db86df commit 6bab6dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ sub privacy_policy_url {
'https://www.nottinghamshire.pcc.police.uk/Document-Library/Public-Information/Policies-and-Procedures/People/Privacy-Notice-OPCCN-Feb-2023.pdf'

Check warning on line 48 in perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm

View check run for this annotation

Codecov / codecov/patch

perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm#L48

Added line #L48 was not covered by tests
}

=item * Never allows anonymous reports.
=cut

sub allow_anonymous_reports { 0 }

Check warning on line 55 in perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm

View check run for this annotation

Codecov / codecov/patch

perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm#L55

Added line #L55 was not covered by tests

=item * Users with a notts.police.uk email can always be found in the admin.
=cut
Expand Down

0 comments on commit 6bab6dc

Please sign in to comment.