Forcing https on exp:user:edit
Posted: 01 July 2008 06:48 AM   [ Ignore ]
Newbie
Rank
Total Posts:  24
Joined  2007-10-22

Hi guys

Does anyone know how I can force an exp:user:edit form to use https both to process and for the return value?

Thanks

Jim

Profile
 
 
Posted: 01 July 2008 07:31 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  701
Joined  2004-03-30

Jim,

We don’t have that built in right now. But you might try hacking the rascal.

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
Posted: 01 July 2008 07:53 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  24
Joined  2007-10-22

Hi Mitchel

Thanks for your quick response. I think I’ll have to hack it then. Any hints as to where I might do this?

Kind regards

Jim

Profile
 
 
Posted: 01 July 2008 07:55 AM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  701
Joined  2004-03-30

Jim,

Have a look at core.functions.php at form_declaration(). I think there’s a secure option you can trigger there. Combine that with a REGEX detection for https in your urls and you should be in business.

mk

 Signature 

Mitchell Kimbrough

Profile