Admin Base URL Missing From Admin Email
null93 opened this issue · 0 comments
null93 commented
Looking in app/code/community/JetRails/TwoFactor/Model/Adminhtml/Notify.php
, in the emailAllAdministrators
method, we do not pass the value of base_admin_url
to the template even though the template uses it. Admin url should be easy to get via Mage::getUrl ("adminhtml")
.