Verified Commit 50be0a59 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add user enumeration DB query

This query is needed for full synchronisation between mailbox servers.
parent 4e417f3d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -15,3 +15,8 @@ user_query = \
	FROM users \
	WHERE username = '%u' \
	  AND enabled = 1

iterate_query = \
	SELECT \
	  username as user \
	FROM users