Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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
