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. Database & SysAdmin
  3. System Admin
  4. Change Password Display

Change Password Display

Scheduled Pinned Locked Moved System Admin
question
6 Posts 4 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
    BRIMID
    wrote on last edited by
    #1

    How can I add picture that will pop up whenever an incorrect password is entered on my computer? ;P

    D J 2 Replies Last reply
    0
    • B BRIMID

      How can I add picture that will pop up whenever an incorrect password is entered on my computer? ;P

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

      You're going to have to explain what you mean by "whenever an incorrect password is entered on my computer". There is no global event that fires every time a bad password is entered in any login window.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      S B 2 Replies Last reply
      0
      • D Dave Kreskowiak

        You're going to have to explain what you mean by "whenever an incorrect password is entered on my computer". There is no global event that fires every time a bad password is entered in any login window.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        S Offline
        S Offline
        Sebastian Schneider
        wrote on last edited by
        #3

        I think he means: If someone enters the wrong password trying to log into my Windows installation. That kind of stuff would be handled by the GINA, right? So, he got to write a GINA.dll replacement, if I am not mistaken. I think he might have watched Jurassic Park in school...

        Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

        1 Reply Last reply
        0
        • D Dave Kreskowiak

          You're going to have to explain what you mean by "whenever an incorrect password is entered on my computer". There is no global event that fires every time a bad password is entered in any login window.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008

          B Offline
          B Offline
          BRIMID
          wrote on last edited by
          #4

          Dave, For example whenever I enter an incorrect password on my computer at login the following message appears "The supplied credentials were invalid. Please try again or contact your system administrator for help". How can I change this? I would want say a picture of me to pop up and say wrong password or some other form of animation of my choosing. Is this possible?

          D 1 Reply Last reply
          0
          • B BRIMID

            Dave, For example whenever I enter an incorrect password on my computer at login the following message appears "The supplied credentials were invalid. Please try again or contact your system administrator for help". How can I change this? I would want say a picture of me to pop up and say wrong password or some other form of animation of my choosing. Is this possible?

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

            Sure. You just have to write a completely new GINA for XP and below. For Vista and above, this means writing a new Credential Provider. Either of which you can only write in Visual C++, or equivilent.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007, 2008

            1 Reply Last reply
            0
            • B BRIMID

              How can I add picture that will pop up whenever an incorrect password is entered on my computer? ;P

              J Offline
              J Offline
              Johpoke
              wrote on last edited by
              #6

              Well, you could use something like reshacker to modify GINA, msgina.dll. You can't put an image in the incorrect password message as it is created by MessageBox(), but you could edit the text for incorrect password... Also you can modify the windows XP banner above login fields, but not sure if thats the same DLL, or another one...

              //Johannes

              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