AuthCrypt README brought out of the stone age

This commit is contained in:
Mikael Nordfeldth 2017-07-10 14:49:01 +02:00
parent 74a60ab963
commit 4ba7c4a021
1 changed files with 2 additions and 3 deletions

View File

@ -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
============