Hi! Could you create an option to configure module to use SSL when submitting the autopost login form?

Comments

imiksu’s picture

StatusFileSize
new1.6 KB

Here's a patch for D7 which creates an checkbox allowing user to tell module to use SSL.

Also, other way to work on this is to simply read the Drupal's "https" variable, which is FALSE by default but usually TRUE when working with SSL stuff.

imiksu’s picture

Status: Active » Needs review
imiksu’s picture

Title: Option for using SSL when logging in » Option for using always SSL on authentication
StatusFileSize
new2.32 KB

Hi! Here you have new patch which has following changes against previous patch:

- Changed label for SSL checkbox: "Always use SSL on authentication"
- Changed description for SSL checkbox: "Enable this if you want to use SSL on authentication."
- If setting is checked, the connect JS will use SSL (ignoring the current protocol)

This patch is against the latest 7.x-dev version (2011-Mar-17).

kitmobley’s picture

i've added your patches. Still don't see a login or connect button. any ideas?

https://www.paymeon.com/user/login

jcisio’s picture

Status: Needs review » Fixed

Committed in ef3cbd6.

Automatically closed -- issue fixed for 2 weeks with no activity.