Simply interface issue. When installing it reports the following message: Secure pages needs to be enabled on !setting
!setting should be !settings
drupal_set_message(t('Secure pages needs to be enabled on !setting', array('!settings' => l(t('admin/settings/securepages'), 'admin/settings/securepages'))));
Change to:
drupal_set_message(t('Secure pages needs to be enabled on !settings', array('!settings' => l(t('admin/settings/securepages'), 'admin/settings/securepages'))));
Comments
Comment #1
avf commentedSecure login -> Secure pages
Comment #2
grendzy commentedThe 5.x branch is no longer supported. If this issue is still present in a current version of Secure Pages, please update the issue summary, change the version field, and re-open the issue.