setPassword???

Sorry, but I can not seem to find the call to user.setPassword that is
in the w3c/jigsaw/contrib/PasswordEditor.java.  Found the
user.getPassword, but not setPassword.  I guess it would be real easy
to make it something like this in AuthFilter.java:

    /**
     * Set the entered password.
     * @return nothing.
     */

    public void setPassword(String newpassword) {
	password = newpassword;
    }

-- 
Brian Millett                    
Technology Applications Inc.     "Heaven can not exist,
(314) 530-1981                          If the family is not eternal"
bpm@techapp.com                   F. Ballard Washburn

Received on Thursday, 5 December 1996 19:58:34 UTC