Registration using SSL

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Can the Register, Log In and other "confidential" web content be accessed with an SSL Cert?
i.e. https:// while the remainder of the cart uses http:// ?
11 years ago
Hi,

Yes it can and by default the register page runs over SSL.

Against each method inside the controller you can apply the following to state whether SSL should be set or not.

[NopHttpsRequirement(SslRequirement.Yes)]

Thanks,

Matt
11 years ago
Kewl.  Thanks.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.