diff options
author | lethality <lethality@anope.org> | 2012-09-13 15:29:04 +0100 |
---|---|---|
committer | lethality <lethality@anope.org> | 2012-09-13 15:29:04 +0100 |
commit | 097893bfbfba59f71dec2811e9a2d13ca953043b (patch) | |
tree | 97de84dbfa1ee9267f9c4d745372781510702207 | |
parent | 16019c9827e087e86b6dd14f613e2e046bb2f57b (diff) |
Updated example query to include a valid value
-rw-r--r-- | data/modules.example.conf | 2 |
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. |