mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 01:34:31 +02:00
Use nickname instead of email for Login Name
This commit is contained in:
parent
b8030313e5
commit
e86b8ef782
3 changed files with 6 additions and 6 deletions
|
@ -771,7 +771,7 @@ class User
|
|||
If you ever want to delete your account, you can do so at %3$s/removeme
|
||||
|
||||
Thank you and welcome to %2$s.',
|
||||
$user['email'], $sitename, $siteurl, $user['username'], $password
|
||||
$user['nickname'], $sitename, $siteurl, $user['username'], $password
|
||||
));
|
||||
|
||||
return notification([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue