• Beta 6.3 Stable

    Moonbase released this 2025-07-27 14:10:55 -07:00 | 11 commits to master since this release

    Client

    • Implemented Email Features
      • These will only work if the server your connected to has email verification on.

    Server

    • Implement Email Verification
      • Currently you can verify your email and reset your password.
      • You can enable this feature and setup SMTP settings in appsettings.json

    DATABASE CHANGES REQUIRED
    ALTER TABLE Users ADD IsEmailVerified int(11) NOT NULL;

    NOTE: On the official server, email verification will be REQUIRED. This means when you log in again, you will need to verify your email, just click "Resend Verification Email" in the client (requires update) to get started (this doesn't really apply right now as no users are currently in the new db).

    Downloads