diff --git a/appinfo/info.xml b/appinfo/info.xml
index 45d666d..713ba15 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -41,7 +41,7 @@ Send BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`
pgsql
mysql
-
+
OCA\Registration\Settings\RegistrationSettings
diff --git a/service/mailservice.php b/service/mailservice.php
index 0232cda..bb069b9 100644
--- a/service/mailservice.php
+++ b/service/mailservice.php
@@ -147,7 +147,7 @@ class MailService {
* @throws \Exception
*/
private function sendNewUserNotifEmail(array $to, $username, $userIsEnabled) {
- $link = $this->urlGenerator->linkToRoute('settings_users');
+ $link = $this->urlGenerator->linkToRoute('settings.Users.usersList');
$link = $this->urlGenerator->getAbsoluteURL($link);
$template_var = [
'user' => $username,