From 4ba7c4a021e7261aa3753b35be86c134f468167b Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 10 Jul 2017 14:49:01 +0200 Subject: [PATCH] AuthCrypt README brought out of the stone age --- plugins/AuthCrypt/README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 ============