Hi,
I have an issue at a change password page. We are using the @GetValue("UserManagement:User.FormStart") template tag. The tag returns a form with an action url (see below). The problem is that the site is https but the tag returns a http url and users are therefore not able to change password. Anyone knows where action url are stored or retrieved from?
<form name="UserManagementEditForm" action="http://b2bprod.vikingfootwear.com/Default.aspx?ID=438&ObjectID=1237&Action=Edit&ChangePass=True" method="post" enctype="multipart/form-data">
The site is running on DW version 8.9.2.21
Also when going from the userdetails page to edit profile page the site changes from https to http.