Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Password Policy

Password Policy

Scheduled Pinned Locked Moved .NET (Core and Framework)
tutorialsalesquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Barm
    wrote on last edited by
    #1

    Hi all I have a customer who wants to implement all the password policy available. According to microsoft password policy settings, there's only enable or disable. :confused: - English uppercase characters (A through Z) - English lowercase characters (a through z) - Base 10 digits (0 through 9) - Non-alphabetic characters (for example, !, $, #, %) Is there a guide I can refer to to create a bypass so as to build in all 4 policy settings? :~ Thanks in advance. Thomas

    D 1 Reply Last reply
    0
    • B Barm

      Hi all I have a customer who wants to implement all the password policy available. According to microsoft password policy settings, there's only enable or disable. :confused: - English uppercase characters (A through Z) - English lowercase characters (a through z) - Base 10 digits (0 through 9) - Non-alphabetic characters (for example, !, $, #, %) Is there a guide I can refer to to create a bypass so as to build in all 4 policy settings? :~ Thanks in advance. Thomas

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Barm wrote: Is there a guide I can refer to to create a bypass The only way to change this is to write your own custom password filter. You can see this[^] for an example. I have not seen any attempts or articles of other people writing their own password filters. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      B 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Barm wrote: Is there a guide I can refer to to create a bypass The only way to change this is to write your own custom password filter. You can see this[^] for an example. I have not seen any attempts or articles of other people writing their own password filters. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        B Offline
        B Offline
        Barm
        wrote on last edited by
        #3

        tks a lot... don't think I'm able to do it though... guess I'll have to talk to the client again... maybe other alternatives...

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups