Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Server has a dedicated outside IP to the firewall.
I have audited all user namesand passwords to make sure they are secure and not simple.
I am verifying if the vendor has a static IP then I can limit access based on that.
You can set the following property to enable the password change by users themselves.
<property name="wt.org.services.userPasswordChangeEnabled" overridable="true"<br"/> targetFile="codebase/wt.properties"
value="true"/>
After setting this property go to Home-->Utilities-->Profile-->Actions-->Edit Password
DISCLAIMER: Author doesn't responsible for any unforeseen things happened due to implementing the suggested process