<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [opencms-dev] resetting admin password</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>As I know the Password is encrypted in MySQL.</FONT>
<BR><FONT SIZE=2>It could be that a '' can also be encrypted in some way.</FONT>
</P>

<P><FONT SIZE=2>But I'm interested in the encryption algorithm. Which is it and in which class I can find the encryption and decryption algorithm.  I want to export or sync some users with a ldap - server.</FONT></P>

<P><FONT SIZE=2>Nico</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Markus Maeder [<A HREF="mailto:mmaeder@oase.ch">mailto:mmaeder@oase.ch</A>] </FONT>
<BR><FONT SIZE=2>Sent: Montag, 1. Juli 2002 16:14</FONT>
<BR><FONT SIZE=2>To: opencms-dev@www.opencms.org</FONT>
<BR><FONT SIZE=2>Subject: [opencms-dev] resetting admin password</FONT>
</P>

<P><FONT SIZE=2>Hello</FONT>
</P>

<P><FONT SIZE=2>I tried to reset the admin password of OpenCMS inside mysql with</FONT>
</P>

<P><FONT SIZE=2>UPDATE CMS_USERS SET USER_PASSWORD='', USER_RECOVERY_PASSWORD='' </FONT>
<BR><FONT SIZE=2>WHERE USER_NAME='Admin';</FONT>
</P>

<P><FONT SIZE=2>This didn't help :-((</FONT>
</P>

<P><FONT SIZE=2>How can I do that?</FONT>
</P>

<P><FONT SIZE=2>Thanks</FONT>
<BR><FONT SIZE=2>Markus</FONT>
</P>
<BR>

</BODY>
</HTML>