Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
This commit is contained in:
@@ -13,7 +13,7 @@ module Mastodon
|
||||
end
|
||||
|
||||
def patch
|
||||
1
|
||||
2
|
||||
end
|
||||
|
||||
def pre
|
||||
@@ -21,7 +21,7 @@ module Mastodon
|
||||
end
|
||||
|
||||
def flags
|
||||
''
|
||||
'rc2'
|
||||
end
|
||||
|
||||
def to_a
|
||||
|
||||
@@ -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:'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user