[pmwiki-users] Editing the Site.SideBar

Phil Seyer weddingdj at gmail.com
Wed Aug 24 20:19:52 CDT 2005


Thanks everyone for your help on the admin password issue.
I'm already thinking of sending money to pmwiki team. :)
 Warmest regards,
Phil

 On 8/24/05, H. Fox <haganfox at users.sourceforge.net> wrote: 
> 
> On 8/24/05, Phil Seyer <weddingdj at gmail.com> wrote:
> > I'm a new pmwiki user. The default home page has a Site.SideBar with a 
> lot
> > of PmWiki stuff, which is nice, but I would like to edit those items on 
> the
> > left to make them my own. When I try to do so, I'm asked for a password.
> > What do I do?
> >
> > My site is:
> >
> > http://www.lovemusiclovedance.com/pmwiki/pmwiki.php
> 
> In the current version the password is "locked". You only need to set
> an admin password (which you should probably do anyway). Add the
> following to your local/config.php file.
> 
> $DefaultPasswords['admin'] = crypt('yourpassword');
> 
> If you don't have a config.php file yet, create one that looks like this:
> 
> <?php if (!defined('PmWiki')) exit();
> $DefaultPasswords['admin'] = crypt('yourpassword');
> 
> (Be sure to use your own password!)
> 
> See also:
> http://www.pmwiki.org/wiki/PmWiki/FAQ#pwlocked
> 
> Hagan
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20050824/0e5ce318/attachment.html 


More information about the pmwiki-users mailing list