From a3ed5df385f08d4f3e3b82004d5a4eaa25fa1fe5 Mon Sep 17 00:00:00 2001
From: Kieron Taylor <ktaylor@ebi.ac.uk>
Date: Mon, 12 Sep 2016 15:55:33 +0100
Subject: [PATCH] [ENSCORESW-1855] Change default user to anonymous

---
 modules/Bio/EnsEMBL/Registry.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/Registry.pm b/modules/Bio/EnsEMBL/Registry.pm
index 8fb0d505bc..9f05be88be 100644
--- a/modules/Bio/EnsEMBL/Registry.pm
+++ b/modules/Bio/EnsEMBL/Registry.pm
@@ -1750,7 +1750,7 @@ sub load_registry_from_db {
   my $stable_ids_db;
   my $stable_ids_version;
 
-  $user ||= "ensro";
+  $user ||= "anonymous";
   if ( !defined($port) ) {
     $port = 3306;
     if ( $host eq "ensembldb.ensembl.org" && defined($db_version) && $db_version < 48 ) {
-- 
GitLab