Author Topic: Entering the Master Password - Confirmation box?  (Read 29275 times)

Offline Eric H. Jung

  • grimholtz
  • Administrator
  • *****
  • Posts: 3353
Entering the Master Password - Confirmation box?
« Reply #15 on: November 01, 2005, 12:26:36 AM »
If you can elaborate on the changes you're making (source and line numbers, etc), I'll consider it.

AgentJ

  • Guest
Entering the Master Password - Confirmation box?
« Reply #16 on: November 01, 2005, 11:46:34 PM »
I just changed line 24 of passwordprompt.js from this:
Code: [Select]
if (confirmationDeck.selectedIndex == "1" && masterPasswordTB1.value != masterPasswordTB2.value) { to this:
Code: [Select]
if (masterPasswordTB2.value != "" && confirmationDeck.selectedIndex == "1" && masterPasswordTB1.value != masterPasswordTB2.value) {
although.. its only this simple if you dont make an option for it..

Offline Eric H. Jung

  • grimholtz
  • Administrator
  • *****
  • Posts: 3353
Entering the Master Password - Confirmation box?
« Reply #17 on: November 02, 2005, 12:06:16 AM »
Right. The GUI and persistence to the RDF make it a just a little more work :)

PasswordMaker Forums

Entering the Master Password - Confirmation box?
« Reply #17 on: November 02, 2005, 12:06:16 AM »