dcblogdev/loginregister

Unable to verify my account

Daniel3356 opened this issue · 0 comments

Hello,

I am unable to get an email to verify my account. When I insert my username/password/email I get a link to verify my email. I am able to see the credentials in PHPMyAdmin but no emails are working and no email was sent. I'm using Wamp with Default setup (localhost/PHPMyAdmin username: root password: {no_password})

I import the .db file in PHPMyAdmin and the database seam to work just fine.
in the config.php this is what I put:

date_default_timezone_set('Europe/London');

//database credentials
define('DBHOST','localhost');
define('DBUSER','root');
define('DBPASS','');
define('DBNAME','dbuser');

//application address
define('DIR','http://localhost/loginregister-tutorial/');
define('SITEEMAIL','personalemail@gmail.com');

How could I be able to verify my email and log in to the page?
Thanks