1.0.8 • Published 6 years ago

strapi-plugin-bootstrap-admin-user v1.0.8

Weekly downloads
27
License
MIT
Repository
github
Last release
6 years ago

strapi-plugin-bootstrap-admin-user

Automatically creates an admin user in development mode.

The first step verifies if the strapi-super-admin role exists; if it doesn't exist, it creates one. The second step verifies if the admin user exists; if it doesn't exist, it creates one with the strapi-super-admin role.

Installation

yarn add strapi-plugin-bootstrap-admin-user

or

npm install strapi-plugin-bootstrap-admin-user

Usage

Credentials will be outputed in console on the First run.

Default credentials:

Username: admin  
Password: admin  
Firstname: Admin  
Lastname: Admin  
Email: admin@strapi.dev

You can also define them in .env with the following variables:

DEV_ADMIN_USERNAME  
DEV_ADMIN_PASSWORD
DEV_ADMIN_FIRSTNAME
DEV_ADMIN_LASTNAME
DEV_ADMIN_EMAIL

Note: Please use it only in the development environment.

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago