Fixed iterate_query.

This commit is contained in:
Antoine Nguyen
2017-02-16 18:12:44 +01:00
parent 1ba200a986
commit 0253ce83b6
2 changed files with 2 additions and 2 deletions

View File

@@ -137,4 +137,4 @@ password_query = SELECT email AS user, password FROM core_user WHERE email='%%u'
# Query to get a list of all usernames.
#iterate_query = SELECT username AS user FROM users
iterate_query = SELECT email AS username FROM core_user
iterate_query = SELECT email AS user FROM core_user