From 097893bfbfba59f71dec2811e9a2d13ca953043b Mon Sep 17 00:00:00 2001 From: lethality Date: Thu, 13 Sep 2012 15:29:04 +0100 Subject: [PATCH] Updated example query to include a valid value --- data/modules.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/modules.example.conf b/data/modules.example.conf index 2742ef3b0..31a24d41e 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -362,7 +362,7 @@ m_sql_authentication * Furthermore, if a field named email is returned from this query the user's email is * set to its value. */ - query = "SELECT `email_addr` AS `email` FROM `my_users` WHERE `username` = @u@ AND `password` = MD5(CONCAT('salt', @p@))" + query = "SELECT `email_addr` AS `email` FROM `my_users` WHERE `username` = @a@ AND `password` = MD5(CONCAT('salt', @p@))" /* * Enable to have this module disable /nickserv register.