Catch all sign-ups, approved or not
This commit is contained in:
pare
fb02cfae36
commit
45052db2ed
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -48,7 +48,7 @@ class Spamcheck:
|
|||
|
||||
cur = conn.cursor()
|
||||
|
||||
cur.execute("select users.created_at, users.id, users.email, users.sign_up_ip from users where users.approved and users.created_at > now() - interval '7 days'")
|
||||
cur.execute("select users.created_at, users.id, users.email, users.sign_up_ip from users where users.created_at > now() - interval '7 days'")
|
||||
|
||||
rows = cur.fetchall()
|
||||
|
||||
|
|
Loading…
Referencia en una nova incidència