diff mod_auth_sql.wiki @ 306:2ec60540a8c7

Clarify relationship to mod_storage_sql
author MWild1@gmail.com
date Wed, 26 Sep 2012 00:50:02 +0000
parents 05d9b1ba313a
children a7fb9f14c50e
line wrap: on
line diff
--- a/mod_auth_sql.wiki	Wed Sep 05 17:34:47 2012 +0000
+++ b/mod_auth_sql.wiki	Wed Sep 26 00:50:02 2012 +0000
@@ -3,8 +3,9 @@
 
 = Introduction =
 
-Allow client authentication to be handled by SQL Database query.
+Allow client authentication to be handled by an SQL database query.
 
+Unlike mod_storage_sql (which is supplied with Prosody) this module allows for custom schemas (though currently it is required to edit the source).
 
 = Configuration =