|
NoAuthNote: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.
GoalDisabling passwords which are specified for a wiki-page or wiki-group, e.g. within a local copy of a productive PmWiki on your local webserver for testing etc. I use this to copy the wiki-pages of my wiki at my ISP into my locally used PmWiki on my home-computer. This is a protected region, where I don't need any passwords to be set (and in the windows-PmWiki at home I also get trouble when using the crypt() function to crypt passwords cause the apache-passwords are always crypted by MD5() on windows systems). But I want the passwords to be kept just in case I copy the wiki-textfiles to my ISP's PmWiki. SolutionImplemented a dummy authentification function named DiscussionInclude the following php-script (filename without .txt) into your config.php of your local PmWiki-installation by using:
See AlsoHistory2004-06-02 first implementation Comments & BugsContributorsAuthorKAL pmwiki-2.2.0-beta68 -- Last modified by {{KAL}}
|