Password policy enforcement

  • Hi

    Hope someone can help me out here.

    I need to ensure that password policies are not enforced when a new SQL login is created.

    what do I need to do to ensure that policies are not enforced when account is created ?

    Currently all new logins have the enforce password policy box ticked.

    In addition is there anyway to turn off password policy on accounts already created ?

    Have over a 1000 accounts that need changing...

    Cheers for any advice.

  • For the first problem, a DDL trigger should be what you need.

    For the second problem, look up the syntax for ALTER LOGIN. You'll also need to use that in your DDL trigger.

    John

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply