Hello,

I would like to request to be able to secure the user login block and user register block.
It seems like Secure Pages Hijack Prevention module does this for the Secure Pages module.

I need this as I have a user login block and user register block on the home page which is not https.

Can this please be considered as a feature request to cover all the basic needs of securing a site?

Thank you!

P.S. The Form block module allows for the user register block

Comments

Bilmar’s picture

As there seems to be many outstanding bugs in Secure Pages modules, I have been looking around and came across this module. I also am in need of support for securing the user login and user register blocks on a page that is not secured and looking for a solution. I hope this feature request will be considered.

Thank you

espirates’s picture

This worked for me https on /user and user/register or /user/* for all. I just edited the already existing examples in the module and it worked like a charm.

mymodulename_include_ssl_paths()
{
   $paths = array(
   'Description of a path'  =>  '/this/is/the/path',
   );

  return $paths
}
crystaldawn’s picture

Status: Active » Closed (works as designed)