summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2012-09-13 15:29:04 +0100
committerlethality <lethality@anope.org>2012-09-13 15:29:04 +0100
commit097893bfbfba59f71dec2811e9a2d13ca953043b (patch)
tree97de84dbfa1ee9267f9c4d745372781510702207
parent16019c9827e087e86b6dd14f613e2e046bb2f57b (diff)
Updated example query to include a valid value
-rw-r--r--data/modules.example.conf2
1 files changed, 1 insertions, 1 deletions
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.