Skip to content

Commit 0aa10e8

Browse files
committed
deploy: 56b0c9b
1 parent dfcbd51 commit 0aa10e8

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

devel/simplesamlphp-install-repo.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,13 @@ <h2 id="installing-from-git">
193193
<pre><span></span><code>php<span class="w"> </span>composer.phar<span class="w"> </span>install
194194
</code></pre>
195195
</div>
196+
<p>
197+
When installing on Windows, use:
198+
</p>
199+
<div class="highlight">
200+
<pre><span></span><code>php<span class="w"> </span>composer.phar<span class="w"> </span>install<span class="w"> </span>--ignore-platform-req<span class="o">=</span>ext-posix
201+
</code></pre>
202+
</div>
196203
<h2 id="upgrading">
197204
Upgrading
198205
</h2>

devel/simplesamlphp-install.html

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -734,20 +734,12 @@ <h2 id="simplesamlphp-configuration-configphp">
734734
</div>
735735
<ul>
736736
<li>
737-
<p>
738-
Set an administrator password. This is needed to access some of the pages in your SimpleSAMLphp installation web
739-
interface.
740-
</p>
741-
<p>
742-
Hashed passwords can also be used here. See the
743-
<a href="./authcrypt/authcrypt.html">
744-
<code>
745-
authcrypt
746-
</code>
747-
</a>
748-
documentation
749-
for more information.
750-
</p>
737+
Set an administrator password. This is needed to access some of the pages in your SimpleSAMLphp installation web
738+
interface. Plain-text passwords are not allowed, but you can generate a safe password-hash using the
739+
<code>
740+
bin/pwgen.php
741+
</code>
742+
script.
751743
</li>
752744
</ul>
753745
<div class="highlight">

0 commit comments

Comments
 (0)