Author: danielsh
Date: Wed Jul 13 14:48:38 2022
New Revision: 1902704
URL: http://svn.apache.org/viewvc?rev=1902704&view=rev
Log:
[in site/staging/]
* faq.html
(#plaintext-passwords): Link to the store-plaintext-password.py.
Modified:
subversion/site/staging/faq.html
Modified: subversion/site/staging/faq.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/faq.html?rev=1902704&r1=1902703&r2=1902704&view=diff
==============================================================================
--- subversion/site/staging/faq.html (original)
+++ subversion/site/staging/faq.html Wed Jul 13 14:48:38 2022
@@ -3332,9 +3332,9 @@ time."</h4>
have written a Python script that can store a plain-text password to the
cache. If you understand the security implications, have ruled out other
alternatives, and still want to cache your password in plain-text on disk, you
-may find the script here:</p>
-
-<p class="todo">TODO: Link to the script.</p>
+may find the script <a
+href="https://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/store-plaintext-password.py"
+>in the <tt>tools/client-side/</tt> directory in (as of this writing) our
trunk</a>.</p>
<h4>Additional Information</h4>