Tamas-Gavlider / MyVault

0 stars 0 forks source link

USER STORY: Admin Access of User Accounts and Transactions #30

Closed Tamas-Gavlider closed 5 hours ago

Tamas-Gavlider commented 5 hours ago

As an: admin of MyVault, I want: to manage user accounts and monitor transaction activities, So that: I can ensure system integrity, security, and help resolve issues related to transactions.

Acceptance Criteria:

  1. The admin can view a list of all registered users, along with account statuses (active, inactive, etc.).
  2. The admin can monitor all user transactions (send, deposit, withdraw) for auditing purposes.
  3. The admin can flag or block suspicious activities related to user transactions.
  4. The admin cannot view or regenerate a user's unique 30-character authentication key.
  5. The admin can deactivate or delete user accounts, but this will not restore access if the user has lost their key.
Tamas-Gavlider commented 5 hours ago

Admin functions implemented. Admin can view/delete users, check the transaction history. Admin cannot view or restore the private key.