<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Super Howtos - Recent questions in dev-sites</title>
<link>http://superhowtos.com/questions/dev-sites</link>
<description>Powered by Question2Answer</description>
<item>
<title>Wiki solution</title>
<link>http://superhowtos.com/5/wiki-solution</link>
<description>&lt;h1&gt;Product&lt;/h1&gt;

&lt;p&gt;I use &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.pmwiki.org/wiki/PmWiki/PasswordsAdmin&quot;&gt;pmwiki&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;Markdown&lt;/h1&gt;

&lt;p&gt;As markdown use: &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.pmwiki.org/wiki/Cookbook/MarkdownMarkupExtension&quot;&gt;Markdown extension&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;Restrict access&lt;/h1&gt;

&lt;p&gt;Either you have single admin password (no user name) or you use authuser.php module to allow users.&lt;/p&gt;

&lt;p&gt;In config you need to set permissions:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;# require valid login before viewing pages
$DefaultPasswords['read'] = 'id:*';

# All admins and Fred and Tom may edit -&amp;gt; only if authuser.php is used!!!
$DefaultPasswords['edit'] = array('@admins', 'id:Fred,Tom');
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;To hide passwords:&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://wiki.superhowtos.com/pmwiki.php?n=PmWiki.PasswordsAdmin#crypt&quot;&gt;crypt function&lt;/a&gt;&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://wiki.superhowtos.com/?action=crypt&quot;&gt;crypt pass form&lt;/a&gt;&lt;/p&gt;
</description>
<category>dev-sites</category>
<guid isPermaLink="true">http://superhowtos.com/5/wiki-solution</guid>
<pubDate>Thu, 18 Jan 2018 09:29:26 +0000</pubDate>
</item>
<item>
<title>[Question2Answer]  Hide all questions for anonymous users?</title>
<link>http://superhowtos.com/2/question2answer-hide-all-questions-for-anonymous-users</link>
<description>How to hide all questions including the list on home page.</description>
<category>dev-sites</category>
<guid isPermaLink="true">http://superhowtos.com/2/question2answer-hide-all-questions-for-anonymous-users</guid>
<pubDate>Tue, 16 Jan 2018 18:32:35 +0000</pubDate>
</item>
</channel>
</rss>