summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.