Account Settings & Profile Management
This page documents how to configure, update, and manage your account details inside the Mockrithm console.
1. Profile Dashboard Controls
Your user settings are divided into three areas:
User Profile
- Avatar Updates: Update your profile picture.
- Name & Contacts: Change your display name and email address.
- Notification Settings: Toggle email alerts for completed interview feedback reports.
Security Settings
- Password Updates: Reset your account password.
- Two-Factor Auth: Enable multi-factor authentication (MFA) via the Clerk security dashboard.
Permanent Account Deletion
- Request deletion of your candidate profile.
- Purges all stored resumes, feedback reports, and audio recordings from Firestore.
- Cancels active Stripe billing subscriptions automatically.
2. Managing Settings
graph TD
User[Update user settings] --> Submit[Submit changes]
Submit --> Clerk[Clerk Auth updates email/password]
Submit --> Firestore[Firestore updates user document metadata]
Clerk & Firestore --> Success[Settings updated successfully]