mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-01 18:20:51 -04:00
[PR #122] [MERGED] improve onboarding to auto-onboard #155
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/122
Author: @timothycarambat
Created: 1/18/2024
Status: ✅ Merged
Merged: 1/18/2024
Merged by: @timothycarambat
Base:
master← Head:121-improved-onboarding📝 Commits (1)
bbda8cfimprove onboarding to auto-onboard📊 Changes
9 files changed (+78 additions, -18 deletions)
View changed files
📝
README.md(+1 -1)📝
backend/.env.example(+0 -5)📝
backend/endpoints/auth.js(+30 -0)📝
backend/utils/boot/index.js(+2 -2)📝
docker/.env.example(+0 -3)📝
docker/DOCKER.md(+1 -5)📝
frontend/src/models/user.ts(+26 -1)📝
frontend/src/pages/Authentication/SignIn.tsx(+17 -1)📝
frontend/src/utils/constants.ts(+1 -0)📄 Description
remove all references to setting the root credentials
Pull Request Type
Relevant Issues
resolves #121
What is in this change?
Automatically onboarding a new instance with no initial setup. No need to even bother logging in with root credentials account now.
Additional Information
Should make everyone's lives easier to use VectorAdmin!
Developer Validations
yarn lintfrom the root of the repo & committed changes🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.