RG
Morpheus
Admin CredentialsCONFIDENTIAL
8/26/2026
⚠️
CLASSIFICATION: CONFIDENTIAL — DO NOT DISTRIBUTE
This document contains live system credentials and access control details for the Morpheus platform. Store securely. Do not share via email or unsecured channels. Rotate all passwords before production launch. All login attempts are logged and monitored by the Morpheus Sentinel system.

System Routes

/loginSecure login portal — entry point for all users
/dashboardMain authenticated dashboard — auto-redirected after login
/credentialsThis reference document

User Accounts & Credentials

NameUsernameEmailRoleClearance
DA
David Augustin
david.augustindavid@rentguardus.comFOUNDER
L5
SA
System Administrator
adminadmin@rentguardus.comSUPER ADMIN
L5
VP
Vania Paul
vania.paulvania@rentguardus.comOPS DIRECTOR
L4
RA
Risk Analyst
risk.analystrisk@rentguardus.comRISK ANALYST
L3
CA
Claims Agent
claims.agentclaims@rentguardus.comCLAIMS AGENT
L2
LC
Legal Coordinator
legal.coordlegal@rentguardus.comLEGAL COORDINATOR
L2
SA
Support Agent
support.agentsupport@rentguardus.comSUPPORT AGENT
L1

Access Control Matrix

PermissionFOUNDERSUPER ADMINOPS DIRRISK ANALYSTCLAIMS AGENTLEGAL COORDSUPPORT
Dashboard
Live Alerts
Tenant Database
Full Risk Score Detail
Shield Claims
File Claims
Halo Outreach
Send Risk Alerts
Sentinel Fraud Engine
RGU Modules
Audit Log
User Management
Algorithm / Formula Access

Security Requirements for Dev Team

01Replace sessionStorage with JWT tokensProduction must use signed JWT with expiry
02Move credentials to backend APIPasswords must never exist in frontend code — use bcrypt
03Implement refresh token rotationAccess tokens: 1hr · Refresh tokens: 7 days
04Add MFA for Clearance Level 4–5Founder & Super Admin must use TOTP (Google Authenticator)
05Server-side role enforcementAll API endpoints must validate role & clearance server-side
06IP allowlist for admin accountsFounder/Super Admin login restricted to known IP ranges
07Persistent audit log to databasePersist user_id, timestamp, action, IP — not in-memory
08Account lockout to databaseServer-side lockout after 5 failed attempts
09Rotate all demo passwords before launchEvery password in this document must change before go-live
10HTTPS onlyAll Morpheus traffic over HTTPS with HSTS headers
MORPHEUS INTELLIGENCE SYSTEM — RENTGUARDUS
All credential usage is subject to RentGuardus NDA and confidentiality agreements.
Generated: 8/26/2026, 4:51:42 AM