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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user