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
Jim,
We don’t have that built in right now. But you might try hacking the rascal.
mk
Mitchell Kimbrough
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
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.