i want to use database for (form based) user authentication but problem is
that i have crypted user passwords and JDBCRealm.class expects plain
passwords. Would it be enough if i change JDBCRealm class to encrypt
password typed in the form before it checks it against password in the
database? i would, then, compile that class and swap it with the same class
in the jar file. is it any good or am i beeing stupid?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]