From 9106fe8019fc90ee2e60a169fbf83dd755127880 Mon Sep 17 00:00:00 2001 From: Nik Gupta Date: Mon, 3 Jun 2024 13:53:34 +0100 Subject: [PATCH] [NottsPolice] Add admin user domain. --- perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm b/perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm index 3e3031f5fc3..7e4639c29e2 100644 --- a/perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm +++ b/perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm @@ -48,4 +48,10 @@ sub privacy_policy_url { 'https://www.nottinghamshire.pcc.police.uk/Document-Library/Public-Information/Policies-and-Procedures/People/Privacy-Notice-OPCCN-Feb-2023.pdf' } +=item * Users with a notts.police.uk email can always be found in the admin. + +=cut + +sub admin_user_domain { 'notts.police.uk' } + 1;