Correct the reference to user's password in mastodon:add_user task (#6800)
This commit is contained in:
parent
b88fcd53f7
commit
338bff8b93
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ namespace :mastodon do
|
|||
|
||||
if user.save
|
||||
prompt.ok 'User created and confirmation mail sent to the user\'s email address.'
|
||||
prompt.ok "Here is the random password generated for the user: #{password}"
|
||||
prompt.ok "Here is the random password generated for the user: #{user.password}"
|
||||
else
|
||||
prompt.warn 'User was not created because of the following errors:'
|
||||
|
||||
|
|
Loading…
Reference in a new issue