]> source.dussan.org Git - nextcloud-server.git/commit
supresses disclosing the userid for LDAP users in the welcome mail 16551/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 26 Jul 2019 08:48:34 +0000 (10:48 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 26 Jul 2019 08:48:34 +0000 (10:48 +0200)
commit898430b6b10c1430cc9df8b1aecd8c1e5baea555
treeb814386684e8bed2d36bb2989d059667a098d01d
parentb2341cdfd02b3e8ad90f8ae41320f708c3d54bb6
supresses disclosing the userid for LDAP users in the welcome mail

The userid is not relevant here, and by default cannot be used to login
with. Typically, there is a common type of login names in organizations
(LDAP username or email most often) that does not need to be disclosed.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
settings/Mailer/NewUserMailHelper.php
tests/Settings/Mailer/NewUserMailHelperTest.php