diff options
author | Dave Arter <davea@mysociety.org> | 2018-05-03 10:53:36 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-05-03 10:53:36 +0100 |
commit | 85cdf1d51ad06836f824a1053924185b7bc8f236 (patch) | |
tree | 11924e3acb101b9856889dcf5b4e41538851db21 | |
parent | 0f8281f5fe419c8ccb76a46e38243f6ab94dda7a (diff) |
[BANES] Set admin_user_domain on cobrand to allow user editing
-rw-r--r-- | perllib/FixMyStreet/Cobrand/BathNES.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/BathNES.pm b/perllib/FixMyStreet/Cobrand/BathNES.pm index f83887469..bed27d703 100644 --- a/perllib/FixMyStreet/Cobrand/BathNES.pm +++ b/perllib/FixMyStreet/Cobrand/BathNES.pm @@ -24,6 +24,8 @@ sub update_email { return join( '@', 'highways', 'bathnes.gov.uk' ); } +sub admin_user_domain { 'bathnes.gov.uk' } + sub base_url { my $self = shift; return $self->next::method() if FixMyStreet->config('STAGING_SITE'); |