Skip to content

Commit

Permalink
chore: update super admin create instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sojan-official committed Mar 4, 2022
1 parent 1fa3519 commit 000d54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/self-hosted/monitoring/super-admin-sidekiq.md
Expand Up @@ -23,7 +23,7 @@ docker exec -it $(docker ps --filter name=srv-captain--chatwoot-web -q) /bin/sh

- Execure the following command to create a super admin in your Rails console.
```rb
s = SuperAdmin.create!(email: "admin@xyc.com", password: "yourpassword")
s = SuperAdmin.where(:email => 'your email').first_or_create(name: 'your name', password: 'yourpassword')
```
- Access `<chatwoot-installation-url>/super_admin`.
- Authenticate and you can find Sidekiq option on the sidebar.

0 comments on commit 000d54a

Please sign in to comment.