mantis new user registration without email

Viewed 32146

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?

6 Answers

I followed the configuration suggested by @Cody Adams & @Pierre ...

After making these changes in /var/www/html/ithd/config/config_inc.php, i go to reset password in Manage Users ... The passwords resets as blank.

Next i login to user with blank password and change it myself or tell it to the concerned users to do it themselves. This is better than updating the password directly in DB.

Thanks @Cody Adams & @Pierre ...

Related