[PR #122] [MERGED] improve onboarding to auto-onboard #155

Closed
opened 2026-02-15 16:30:29 -05:00 by yindo · 0 comments
Owner

📋 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: masterHead: 121-improved-onboarding


📝 Commits (1)

  • bbda8cf improve 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

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

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

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/vector-admin/pull/122 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/18/2024 **Status:** ✅ Merged **Merged:** 1/18/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `121-improved-onboarding` --- ### 📝 Commits (1) - [`bbda8cf`](https://github.com/Mintplex-Labs/vector-admin/commit/bbda8cfaeaf2910ff281145cbd5d221d1d4f11dd) improve onboarding to auto-onboard ### 📊 Changes **9 files changed** (+78 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description remove all references to setting the root credentials ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [x] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> 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 <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:30:29 -05:00
yindo closed this issue 2026-02-15 16:30:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#155