Momo Suite
  • Introduction
  • Getting Started
  • Basic Concepts
  • Providers (Hubtel)
    • Korba
    • PayStack
    • ITC
  • Dashboard (Overview)
    • Transaction Detail Page
      • Status Check for Pending Transactions
      • Manual Status Update (Admin Only)
      • Transaction Timeline
      • Technical Details
  • User Management
  • Transaction Status Update Notifications
Powered by GitBook
On this page

User Management

Default Admin User

When you install Momo Suite using the install command:

php artisan momo-suite:install
php artisan migrate
php artisan momo-suite:create-admin ## you will be asked for details to create admin

A default admin user is automatically created with

php artisan momo-suite:create-admin --default
  • Email: admin@momo-suite.com

  • Password: password

> Security Notice:> For security reasons, it is highly recommended to log in as the default admin and immediately change your email and password after installation.


Changing Admin Credentials

If you are logged in as the admin, you can change your credentials directly from the dashboard:

  1. Go to the Users Management page.

  2. Click the Change Credentials button next to your user entry.

  3. Fill in your current password, new email, and new password (with confirmation).

  4. Optionally, check "Logout after updating credentials" for extra security.

  5. Click Update Credentials.


Adding a New User

Admins can add new users to the system:

  1. Go to the Users Management page.

  2. Click the Add User button.

  3. Fill in the user's name, email, and generate a secure password.

  4. Click Add User.

User Roles

  • Admin: Full access to all features, including user management and manual transaction status updates.

  • User: Limited access, typically for viewing transactions and analytics.


Resetting Passwords and Deleting Users

  • Reset Password:

Admins can reset the password for any non-admin user by clicking the Reset Password button.

  • Delete User:

Admins can delete any non-admin user by clicking the Delete button.


Security Best Practices

  • Change the default admin credentials immediately after installation.

  • Use strong, unique passwords for all users.

  • Regularly review and update user roles and permissions.

  • Remove users who no longer need access.

PreviousTechnical DetailsNextTransaction Status Update Notifications

Last updated 1 month ago