Page 1 of 1

how to active user accounts on localhost without email confi

Posted: 08 Jan 2016, 04:39
by mshahzad
in mantis, how to activate user accounts on localhost without email confirmation.

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

Posted: 08 Jan 2016, 07:44
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.

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

Posted: 09 Jan 2016, 14:59
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.