浏览代码

Correct the reference to user's password in mastodon:add_user task (#6800)

master
Akihiko Odaki 6 年前
committed by Eugen Rochko
父节点
当前提交
338bff8b93
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      lib/tasks/mastodon.rake

+ 1
- 1
lib/tasks/mastodon.rake 查看文件

@@ -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:'



正在加载...
取消
保存