Nzoni docs
  • Getting Started
  • Angular
    • Project Structure
    • Authentication, Magic Link and Google Auth
    • Landing page
    • Payments and Plans
    • Blog and articles
    • User Dashboard
    • Admin Dashboard
    • SEO & SSR
    • Deploy Angular Project
  • Nest.js
    • Project Structure
    • Authentication, Google auth and Magic link
    • Blogposts
    • Plans
    • Stripe Payment
    • Email and Templates
    • Database and Migration
    • Image File upload
    • Users
    • Deploy Nest.js project
  • Node.js/MongoDB
    • Project structure
    • API endpoints
  • Angular / Firebase / Node.js
  • Create first and default plan
  • Create an Admin User
  • Support
  • Licenses
Powered by GitBook
On this page

Create an Admin User

Discover how to create your Admin User

PreviousCreate first and default planNextSupport

Last updated 7 months ago

Defaut Admin User

Email: admin@admin.com

Password: admin1234

Create a default plan

First step is to create a default plan as described here Create first and default plan

Signup as regular user

Go to /auth/signup and register as a simple user

Edit isAdmin to true

In your DB manager, set the isAdmin field to true in User table of the account you've just registered.

Access to admin dashboard at /admin and start managing your app