diff --git a/docs/sql.txt b/docs/sql.txt index 1ea80f6f378e836a37e4f05bbc4f2b4b6ed83134..d5461d7473c0b5790ba276a4e53afc5f51b683fe 100755 --- a/docs/sql.txt +++ b/docs/sql.txt @@ -1,11 +1,11 @@ -`sqlauthBcrypt:SQL` -============= +sqlauthBcrypt:SQL +================= This is an authentication module for [SimpleSAMLphp](http://simplesamlphp.org) to authenticate a user against a SQL database table. It assumes password hashes and salts are calculated using [bcrypt](http://bcrypt.sourceforge.net/). -The implementation is based heavily on the SimpleSAMLphp module `sqlauth:SQL`. +The implementation is based heavily on the SimpleSAMLphp module [sqlauth:SQL](http://simplesamlphp.org/docs/1.7/sqlauth:sql). Options