mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
fix task
This commit is contained in:
@ -52,7 +52,7 @@ task "admin:create" => :environment do
|
||||
grant_admin = ask("Do you want to grant Admin privileges to this account? (Y/n) ")
|
||||
if (grant_admin == "" || grant_admin.downcase == 'y')
|
||||
admin.grant_admin!
|
||||
admin.change_trust_level!(TrustLevel.levels.max_by{|k, v| v}[0])
|
||||
admin.change_trust_level!(4)
|
||||
admin.email_tokens.update_all confirmed: true
|
||||
admin.activate
|
||||
|
||||
|
Reference in New Issue
Block a user