changeset 306:2ec60540a8c7

Clarify relationship to mod_storage_sql
author MWild1@gmail.com
date Wed, 26 Sep 2012 00:50:02 +0000
parents f0db29e111fc
children fa73a9b9d907
files mod_auth_sql.wiki
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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 =