Disable user to change password ?

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
Joe
Posts: 27
Joined: Tue Sep 18, 2012 4:53 am

Disable user to change password ?

Post by Joe »

Hi,
Is it possible not show the "Change password" in logon screen?

Thanks for reply

Joe

Joe
Posts: 27
Joined: Tue Sep 18, 2012 4:53 am

Re: Disable user to change password ?

Post by Joe »

Hi,
Can I assign "SECURITY" passwords to the PLC variable. Or another way how to find user passwords?

Thanks for reply

Joe

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: Disable user to change password ?

Post by mark.monroe »

There is no way to disable the change password option. If you want to do that you need to create your own security dialog box. There is also no good way to get user passwords from the system as they are stored as hashed values. There is no way to unhash the values to get the userpassword.

If you want you can keep track of the user passwords you could add that functionality to your custom password dialog box.
Attachments
BenSecurity_A7.zip
(29.86 KiB) Downloaded 926 times
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

Post Reply