how to active user accounts on localhost without email confi

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mshahzad
Posts: 10
Joined: 22 Dec 2015, 11:47

how to active user accounts on localhost without email confi

Post by mshahzad »

in mantis, how to activate user accounts on localhost without email confirmation.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: how to active user accounts on localhost without email c

Post by atrol »

This can just be done by deactivating email notifications in general ($g_enable_email_notification = OFF;).

From https://mantisbt.org/docs/master-1.2.x/ ... SER.CREATE
If email notifications ($g_enable_email_notification) is set to ON, then the user will receive an email allowing them to activate their account and set their password. Otherwise, the account will be created with a blank password.
Please use Search before posting and read the Manual
cproensa
Posts: 8
Joined: 24 Aug 2015, 11:37

Re: how to active user accounts on localhost without email c

Post by cproensa »

i use the debug email setting, which redirects all email to one single address, in my case root@localhost
Then use a mail client like mutt to open any email received.
Post Reply