From: Mikael Nordfeldth Date: Mon, 10 Jul 2017 12:49:01 +0000 (+0200) Subject: AuthCrypt README brought out of the stone age X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ba7c4a021e7261aa3753b35be86c134f468167b;p=quix0rs-gnu-social.git AuthCrypt README brought out of the stone age --- diff --git a/plugins/AuthCrypt/README b/plugins/AuthCrypt/README index 5d1d1bbbfc..f18a1b815d 100644 --- a/plugins/AuthCrypt/README +++ b/plugins/AuthCrypt/README @@ -1,9 +1,8 @@ -AuthCrypt allows for StatusNet to use crypt() hashing to store password credentials. +AuthCrypt allows for StatusNet and GNU social to use crypt() hashing to store password credentials. Requirements ============ -* PHP >= 5.3.2 with php5-mcrypt extension for certain SHA512 support -* lib/authenticationplugin.php in your StatusNet install +Nothing out of the ordinary (SHA512 is supported natively since PHP 5.3.2) Installation ============