Internal Security Password control

Hi Guys,

I have a customer that wants to use the Ignitions “Internal” security for clients but requires that the passwords can be set to expire so the user is forced to change their password on a regular basis.

Is this at all possible?

cheers for any ideas.

Tim…

[quote=“0sm0”]Hi Guys,

I have a customer that wants to use the Ignitions “Internal” security for clients but requires that the passwords can be set to expire so the user is forced to change their password on a regular basis.

Is this at all possible?

cheers for any ideas.

Tim…[/quote]

In your user table, add 2 columns, one for forceUpdate, one for exipireDate. Then run a script to get these 2 values and you should be able to figure it out from there.

I don’t think it’s possible using Ignition’s ‘Internal User Source’ but you can set-up Ignition to use a Database User Source and then you can do as Kyle explained.