diff --git a/01 Projects/3m-portal/3M OMG Portal.md b/01 Projects/3m-portal/3M OMG Portal.md index 98047b2..c9001e9 100644 --- a/01 Projects/3m-portal/3M OMG Portal.md +++ b/01 Projects/3m-portal/3M OMG Portal.md @@ -235,6 +235,7 @@ cd /opt/3m-portal && sudo -u nodeapp node scripts/create-admin.js | Date | Changed | |---|---| +| 2026-05-05 | Test account creation | Located create-admin.js script, documented email bypass method | scripts/create-admin.js | | 2026-05-05 | Test account creation | Documented create-admin.js script usage with sample command and parameters | scripts/create-admin.js | | 2026-05-05 | Test account creation | Reviewed admin script and invite process | Admin creation script, invite process | | 2026-05-05 | Login page implementation | Secure authentication, username state passing, dynamic data loading | TBD pending clarification questions | diff --git a/99 Daily/2026-05-05.md b/99 Daily/2026-05-05.md index e803493..ee7efb0 100644 --- a/99 Daily/2026-05-05.md +++ b/99 Daily/2026-05-05.md @@ -126,3 +126,6 @@ tags: [daily] - 13:25 | `3m-portal` - **Asked:** Can a test account be created without using a live email address? - **Done:** Confirmed test account creation is possible using the create-admin.js script which bypasses email verification by writing directly to SQLite. +- 13:27 | `3m-portal` + - **Asked:** How can you create a test account without requiring a live email? + - **Done:** Located the `scripts/create-admin.js` script that creates users directly in SQLite, bypassing email verification entirely.