[support] Always use SSL for user log in

Anoop John anoop.john at zyxware.com
Tue Oct 1 10:19:41 UTC 2013


For forms in blocks you will probably have to form alter to put the
https URLs. Your user login page would be /user/login and registration
page would be /user/register which you can add to securepages
configuration.

Thanks
Anoop

|--
| Zyxware Technologies
| http://www.zyxware.com
|--
| Be the change you wish to see in the world, M. K. Gandhi
|--


On Tue, Oct 1, 2013 at 3:40 PM, Olivier Nicole
<olivier.nicole at cs.ait.ac.th> wrote:
> Thank Anoop,
>
>> Securepages should do this. You have to set the URLs which should be
>> delivered through https in the module configuration.
>
> In the case of user login, what URL that would be? Looking at the
> source of the default home page, that includes the login form, it has
> <form action="/drupal7/?q=node&amp;destination=node" method="post"
> id="user-login-form" accept-charset="UTF-8">
>
> (all my site is under /drupal7/ directory)
>
> Looking at the above form, it seems that the <form is querying the
> home page in Drupal directory.
>
> So I really don't know what to add to securepage.
>
> Best egards,
>
> Olivier
>
>> Thanks
>> Anoop
>>
>> |--
>> | Zyxware Technologies
>> | http://www.zyxware.com
>> |--
>> | Be the change you wish to see in the world, M. K. Gandhi
>> |--
>>
>>
>> On Tue, Oct 1, 2013 at 2:06 PM, Olivier Nicole
>> <Olivier.Nicole at cs.ait.ac.th> wrote:
>>> Hello,
>>>
>>> Is there a way to tell Drupal to always use SSL when sending username
>>> and password for log in?
>>>
>>> I don't need all the page to be SSL, not even the page including the
>>> form, but I certainly need the <form action="httpS://...
>>>
>>> I thought securepage would do that, but I don;t see how to configure it
>>> then.
>>>
>>> Thank in advance,
>>>
>>> Olivier
>>> --
>>> --
>>> [ Drupal support list | http://lists.drupal.org/ ]
>> --
>> [ Drupal support list | http://lists.drupal.org/ ]
> --
> [ Drupal support list | http://lists.drupal.org/ ]


More information about the support mailing list