On Tue, 23 Nov 2004 21:00:38 -0500 Ethan Rowe <suppressed> wrote: > The Disguised Jedi wrote: > > >OK...I got that working, but now I can't log in because it is > >encrypting my password request and comparing it to the unencrypted one > >in the database. Is there a way I can encrypt the ones already in the > >database? > > > > > > > That's more of a pain. > > Unless you're telling Interchange to use GPG for the encryption, it's > just using the standard Perl crypt command to encrypt the password. With MySQL it would be probably easier to try: update userdb set passwordfield=encrypt(passwordfield) Bye Racke -- LinuXia Systems => http://www.linuxia.de/ Expert Interchange Consulting and System Administration ICDEVGROUP => http://www.icdevgroup.org/ Interchange Development Team _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.