1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 21:36:38 +02:00

Updated example query to include a valid value

This commit is contained in:
lethality
2012-09-13 15:29:04 +01:00
parent 16019c9827
commit 097893bfbf
+1 -1
View File
@@ -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.