Ibercivis / odourcollect.eu

European Union Public License 1.2
1 stars 1 forks source link

Confirmation email not received after registering on Pre (front test) #57

Closed Malonsoroldan closed 2 years ago

Malonsoroldan commented 3 years ago

ID 1191 – Didn’t receive the confirmation email

frasanz commented 3 years ago

We are able to set the user/password in de development server. What I did was to: 1) include .htaccess file not to access to .env 2) add to laravel/config/app.php the following: 'debug_blacklist' => [ '_COOKIE' => array_keys($_COOKIE), '_SERVER' => array_keys($_SERVER), '_ENV' => array_keys($_ENV), ],

so we are not going to dump environment variables when an error happens

@AlexAmoSfC , I need email user / password for the fronttend server

AlexAmoSfC commented 2 years ago

Closed since the issue was left open accidentally. Last coment by @frasanz explains the solution taken.