This commit is contained in:
Pellaeon Lin 2019-03-09 11:27:20 +00:00
parent 74b36bbfe9
commit bd9c5d889e
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ class MailService {
*/
private function sendNewUserNotifEmail(array $to, $username, $userIsEnabled) {
$link = $this->urlGenerator->linkToRouteAbsolute('settings.Users.usersList');
// TODO: for owncloud, route name should be user_management.users https://github.com/owncloud/user_management/blob/master/appinfo/routes.php#L30
$template_var = [
'user' => $username,
'sitename' => $this->defaults->getName(),