[pmwiki-users] Passwords not working

pmwiki at 911networks.com pmwiki at 911networks.com
Thu Sep 7 13:17:37 CDT 2006


On Thu, 7 Sep 2006 13:04:20 -0500
"Patrick R. Michaud" <pmichaud at pobox.com> wrote:

> On Thu, Sep 07, 2006 at 10:44:54AM -0700,
> pmwiki at 911networks.com wrote:
> > Hi,
> > 
> > I use Xampp on Suse 10.0, use the defaults, 2.1.22 and
> > followed http://pmwiki.org/wiki/PmWiki/Installation
> > 
> > when I enabled the passwords:
> > http://pmwiki.org/wiki/PmWiki/PasswordsAdmin
> > 
> > used a123456 as a temporary password: 
> > 
> > $DefaultPasswords['admin'] = crypt('a123456');
> > $DefaultPasswords['edit'] = crypt('a123456');
> > 
> > When I try to do an edit, it prompt for the password, then
> > gives me a blank page.
> > 
> > Any suggestion?
> 
> Are you using cleanurls?

Just the rewrite 301 from sqlhacks.com to www.sqlhacks.com

<VirtualHost *:80>
    DocumentRoot /opt/lampp/htdocs/sqlhacks.com
    ServerName sqlhacks.com
    ServerAlias www.sqlhacks.com
    ErrorLog /opt/lampp/logs/sqlhacks.com-error_log
    CustomLog /opt/lampp/logs/sqlhacks.com-access_log common
    php_value session.save_handler user
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^sqlhacks.com [NC]
    RewriteRule ^(.*)$ http://www.sqlhacks.com/$1 [L,R=301]
</VirtualHost>

> 
> Have you changed the default value of $ScriptUrl?
> 

No

> Is there a url we can look at?

Yes, but it's not public yet, I can send you a private email with
the IP address.

-- 
Thanks
http://www.911networks.com
When the network has to work




More information about the pmwiki-users mailing list