Hello,

As described in http://www.pmwiki.org/wiki/PmWiki/PasswordsAdmin
I tried to set a password for 'rename' action :
 
## Activate the RenamePage recipe.
if ($action == 'rename' || $action == 'postrename' || $action == 'links' ) {
  include_once("$FarmD/cookbook/renamehelper.php");
  include_once("$FarmD/cookbook/rename.php");
}
$DefaultPasswords['rename'] = crypt('...');
# Tell PmWiki that the 'rename' password allows action 'rename'.
$HandleAuth['rename'] = 'rename';


But it doesn't work (no password is required).
What am I doing wrong ?
http://www.adelinapi.org/wiki
Thanks.

Bye
TG

-----Message d'origine-----
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Thierry - Listes
Envoyé : jeudi 15 février 2007 00:36
À : [email protected]
Objet : Re: [pmwiki-users] Renaming and RecentChanges

And : is it possible to put a password for action=delete ?

Thanks. 

-----Message d'origine-----
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Thierry - Listes
Envoyé : mercredi 14 février 2007 21:38
À : [email protected]
Objet : [pmwiki-users] Renaming and RecentChanges

Hello all,

How to have an add in AllRecentChanges page when a page is renamed ?
(with: ?action=rename using Cookbook/RenamePage)

When renaming, all history changes seem to be loosed.
Is there any way to avoid this ?

Thanks in advance.

bye - Cordialement, 

Thierry G.



_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users




_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users




_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to