<HTML dir=ltr><HEAD><TITLE>Re: [pmwiki-users] easy question to all</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16705" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText31703 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>That makes sense.&nbsp; I should have added the first line <FONT face="Times New Roman">$pagename = ResolvePageName($pagename); and the last part instead of putting admin, having crypt and then the password.</FONT></FONT></DIV><FONT face=Arial color=#000000 size=2><FONT face="Times New Roman"></FONT></FONT></DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2><FONT face="Times New Roman"></FONT><FONT face="Times New Roman"></FONT></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2><FONT face="Times New Roman">Thanks!</FONT></FONT></DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2><FONT face="Times New Roman"></FONT></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2><FONT face="Times New Roman">Chris</FONT></DIV>
<DIV dir=ltr><BR></DIV></FONT>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Patrick R. Michaud [mailto:pmichaud@pobox.com]<BR><B>Sent:</B> Tue 10/14/2008 8:56 PM<BR><B>To:</B> Swift, Chris<BR><B>Cc:</B> PmWiki Users<BR><B>Subject:</B> Re: [pmwiki-users] easy question to all<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>On Tue, Oct 14, 2008 at 05:23:42PM +0200, Swift, Chris wrote:<BR>&gt; Also, I would prefer to create a password in order to create new<BR>&gt; groups, instead of leaving it only to admin.&nbsp; That way I could<BR>&gt; still empower "moderators" but not give everyone access to create<BR>&gt; new groups.&nbsp; Any ideas would be appreciated...<BR><BR>&nbsp;&nbsp;&nbsp; $pagename = ResolvePageName($pagename);<BR>&nbsp;&nbsp;&nbsp; $rc = FmtPageName('$Group.HomePage', $pagename);<BR>&nbsp;&nbsp;&nbsp; if (!PageExists($rc))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $DefaultPasswords['edit'] = crypt('group_creation_password');<BR><BR>Pm<BR></FONT></P></DIV></BODY></HTML>