Hello,

So I have created a login form with users on a SQL DB.. now I want to set up a trigger to force the users to change their password every 90 days.

Do I do that in my C# form? in my SQL DB? How will they all connect?

Thanks