PasswordMaker Forums
March 16, 2010, 11:14:36 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: 1 [2]
  Print  
Author Topic: Entering the Master Password - Confirmation box?  (Read 5052 times)
Eric H. Jung
grimholtz
Administrator
*****
Offline Offline

Posts: 3263


WWW
« 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.
Logged
AgentJ
Guest
« Reply #16 on: November 01, 2005, 11:46:34 PM »

I just changed line 24 of passwordprompt.js from this:
Code:
if (confirmationDeck.selectedIndex == "1" && masterPasswordTB1.value != masterPasswordTB2.value) {
to this:
Code:
if (masterPasswordTB2.value != "" && confirmationDeck.selectedIndex == "1" && masterPasswordTB1.value != masterPasswordTB2.value) {

although.. its only this simple if you dont make an option for it..
Logged
Eric H. Jung
grimholtz
Administrator
*****
Offline Offline

Posts: 3263


WWW
« 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 :)
Logged
PasswordMaker Forums
   

 Logged
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!