On Sun, Mar 9, 2008 at 8:04 AM, Shaffer, Kurt <[EMAIL PROTECTED]> wrote: > Can't find any reference, in installing version 4.0 I am trying to > configure planet, now the admin login I created as the initial username > isn't able to login. > > After the install it worked fine, now with what I am sure is the same > password it is telling me the login fails. How do I reset the password?
You might be able to work around this by setting your password to the empty string via SQL. update rolleruser set passphrase='' where username='admin'; Or something like that. - Dave
