Skip to:
On the webtop overview screen in the left hand sidebar the "change password" link is broken. Line 10 should change from typename=dmProfile to typename=farUser
<a href="#application.url.farcry#/conjuror/invocation.cfm?objectid=#stUser.objectid#&typename=dmProfile&method=editOwnPassword" target="content" title="#application.rb.getResource('coapi.farUser.general.changepassword@label','Change password')#">#application.rb.getResource('coapi.farUser.general.changepassword@label','Change password')#</a>
should be
<a href="#application.url.farcry#/conjuror/invocation.cfm?objectid=#stUser.objectid#&typename=farUser&method=editOwnPassword" target="content" title="#application.rb.getResource('coapi.farUser.general.changepassword@label','Change password')#">#application.rb.getResource('coapi.farUser.general.changepassword@label','Change password')#</a>
On the webtop overview screen in the left hand sidebar the "change password" link is broken. Line 10 should change from typename=dmProfile to typename=farUser
<a href="#application.url.farcry#/conjuror/invocation.cfm?objectid=#stUser.objectid#&typename=dmProfile&method=editOwnPassword" target="content" title="#application.rb.getResource('coapi.farUser.general.changepassword@label','Change password')#">#application.rb.getResource('coapi.farUser.general.changepassword@label','Change password')#</a>
should be
<a href="#application.url.farcry#/conjuror/invocation.cfm?objectid=#stUser.objectid#&typename=farUser&method=editOwnPassword" target="content" title="#application.rb.getResource('coapi.farUser.general.changepassword@label','Change password')#">#application.rb.getResource('coapi.farUser.general.changepassword@label','Change password')#</a>