mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00: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
|
@ -1752,7 +1752,7 @@ function admin_page_users_post(App $a)
|
|||
Thank you and welcome to %4$s.'));
|
||||
|
||||
$preamble = sprintf($preamble, $user['username'], Config::get('config', 'sitename'));
|
||||
$body = sprintf($body, System::baseUrl(), $user['email'], $result['password'], Config::get('config', 'sitename'));
|
||||
$body = sprintf($body, System::baseUrl(), $user['nickname'], $result['password'], Config::get('config', 'sitename'));
|
||||
|
||||
notification([
|
||||
'type' => SYSTEM_EMAIL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue