diff --git a/src/UnicaenAuth/Service/User.php b/src/UnicaenAuth/Service/User.php
index 28fe0f0a344153a1b9fe17b8e56c81c18411b8db..35832f1c2c0dfcc090c87c565c29c9b6fc5b376a 100644
--- a/src/UnicaenAuth/Service/User.php
+++ b/src/UnicaenAuth/Service/User.php
@@ -161,7 +161,7 @@ class User implements \Zend\ServiceManager\ServiceManagerAwareInterface
     public function getOptions()
     {
         if (!$this->options instanceof AuthenticationOptionsInterface) {
-            $this->setOptions($this->getServiceManager()->get('unicaen-user_module_options'));
+            $this->setOptions($this->getServiceManager()->get('unicaen-auth_module_options'));
         }
         return $this->options;
     }