Disable
Jun 07, 2013
12:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 07, 2013
12:23 PM
Disable
We have enabled users to edit their Windchill password through the Profie UI. How ever there are some user accounts we would like to to disable this option and only allow password change through Admin. Does anyone know how we can do this?
Thx
J Norton
Labels:
- Labels:
-
Other
1 REPLY 1
Jun 07, 2013
01:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 07, 2013
01:44 PM
I don't think this is possible OOTB. You might have to customize
1.Create a group in LDAP, add those users whom you want to change their own
password to that
2. Write a custom validator inheriting DefaultUIComponentValidator and
check whether the current logged in user is a member of the group created
in step 1 and show/hide the action accordingly
Warm Regards,
*BINESH*
Consultant - Windchill
Barry Wehmiller International Resources
On Fri, Jun 7, 2013 at 9:53 PM, J Norton <jeffrey.r.norton@fmc-na.com>wrote:
>
> We have enabled users to edit their Windchill password through the Profie
> UI. How ever there are some user accounts we would like to to disable this
> option and only allow password change through Admin. Does anyone know how
> we can do this?
>
>
>
> Thx
>
> *J Norton*
>
1.Create a group in LDAP, add those users whom you want to change their own
password to that
2. Write a custom validator inheriting DefaultUIComponentValidator and
check whether the current logged in user is a member of the group created
in step 1 and show/hide the action accordingly
Warm Regards,
*BINESH*
Consultant - Windchill
Barry Wehmiller International Resources
On Fri, Jun 7, 2013 at 9:53 PM, J Norton <jeffrey.r.norton@fmc-na.com>wrote:
>
> We have enabled users to edit their Windchill password through the Profie
> UI. How ever there are some user accounts we would like to to disable this
> option and only allow password change through Admin. Does anyone know how
> we can do this?
>
>
>
> Thx
>
> *J Norton*
>
