Merge commit 'c62604b5f6
' into kb_migration
This commit is contained in:
commit
a1f6ef00db
86 changed files with 929 additions and 221 deletions
|
@ -189,9 +189,10 @@ module Mastodon
|
|||
user.disabled = true if options[:disable]
|
||||
user.approved = true if options[:approve]
|
||||
user.otp_required_for_login = false if options[:disable_2fa]
|
||||
user.confirm if options[:confirm]
|
||||
|
||||
if user.save
|
||||
user.confirm if options[:confirm]
|
||||
|
||||
say('OK', :green)
|
||||
say("New password: #{password}") if options[:reset_password]
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue