You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> php --version;
PHP 5.6.27-0+deb8u1 (cli) (built: Oct 15 2016 15:53:28)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
MySQL Version:
I was unable to install MySQL >= 5.6 on Debian Jessie, so I installed MariaDB:
> mysql --version;
mysql Ver 15.1 Distrib 10.0.27-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
Expected Behavior:
When registering a new account, and the email address validation email is sent, it should contain the baseUrl() value in the links to that they are clickable.
Actual Behavior:
EMail was received, but it contained 'dead' links. Changing the email view to 'Plain Text' displayed this:
Email Confirmation
Thanks for joining Some Domain </>.
Please confirm your email address by clicking the button below.
Confirm Email </register/confirm/SubxIprQpCHyZJBNgkdn8ix2>
PHP Version:
MySQL Version:
I was unable to install MySQL >= 5.6 on Debian Jessie, so I installed MariaDB:
Expected Behavior:
When registering a new account, and the email address validation email is sent, it should contain the baseUrl() value in the links to that they are clickable.
Actual Behavior:
EMail was received, but it contained 'dead' links. Changing the email view to 'Plain Text' displayed this:
Note there is no "http://www.SomeDomain.com" prefix. As such, the link is not clickable.
The text was updated successfully, but these errors were encountered: