Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6140847
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:10:21+00:00 2026-05-23T18:10:21+00:00

Mantis needs the new user to click on a link received in a mail.

  • 0

Mantis needs the new user to click on a link received in a mail. As per company policy, the sendmail (or any other) application can not be active on server. How do I allow users to register without a valid e-mail?

Is there anyway I can run an update query and change the password directly in the database and hand it over to the user?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:10:22+00:00Added an answer on May 23, 2026 at 6:10 pm
    1. Create the user normally via http://path/to/mantis/manage_user_create_page.php (using an existing admin account)

    2. Open a command prompt and log into MySQL (mysql -u root -p)

    3. use bugtracker; (where bugtracker is the name of the mantis bd; default = bugtracker)

    4. update mantis_user_table set password=md5('password') where username='username';

    The whole cmd exchange looks like this:

    C:\Program Files\MySQL\MySQL Server 4.1\bin>mysql -u root -p
    Enter password: *********
    Welcome to the MySQL monitor. Commands end with ; or \g.
    Your MySQL connection id is 7 to server version: 4.1.21-community-nt

    Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.

    mysql> use bugtracker;
    Database changed

    mysql> update mantis_user_table set password=md5(‘password’) where username=’username’;
    Query OK, 1 row affected (0.00 sec)
    Rows matched: 1 Changed: 1 Warnings: 0

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm automating a web application (the Mantis bug tracker) and I'm getting an interesting
Mantis (1.2.1, 1.2.4, and 1.2.5) sends emails to anyone under company.com domain, but fails
Creating a link to an issue in Mantis is done via the hash symbol
While configuring custom fields in mantis i got this error message , any idea
I am new to Mantis bug tracker and I want to enable the email
We're using the Mantis bugtracker (version 1.1.8), which is based on PHP. To ease
I am using Mantis (PHP and MysQL) as a bug tracking tool and I
How do I enable and use the Roadmap feature in the Mantis bugtracker? I
I do mostly Windows development. We use Mantis and Subversion for our development but
I've tryed mylyn but i cant find that feature, if anyone have test mantis

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.