According WCInstallConfigGuiude page 177 "The registration can be done through an email notification when a non-Windchill user is added to project or product team."
Windchill 10.X
How disable this function. Means that, project(product) manager cannot add non-Windchill users to roles team.
For resolve this problem I do some steps:
1. Open <Windchill_HOME>\codebase\netmarkets\jsp\team\addUsersToRole.jsp
Edit line 73
//emailAllowed=bean.getEmailAllowed();
emailAllowed="false";
2. Open <Windchill_HOME>\codebase\netmarkets\jsp\team\replaceUserInTeam.jsp
Edit line 29
//emailAllowed="true";
emailAllowed="false";
3. Clear Tomcat cache.
4. Reatart Windchill.
My idea:
In Context "Site" -> Preference Management -> Security
Create Preference
Name: Allowed
user registration by email
Value: Yes/No
Description: Determines if users will be registred by email. If set to yes, will be can add non-Windchill users in product or project team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.