Commit aee401ee by vkaracic

addressing comments'

parent b307995c
......@@ -24,7 +24,7 @@ UPDATE auth_user
first_name = concat('user-',cast(id AS CHAR)),
last_name = concat('user-',cast(id AS CHAR)),
last_login = null,
date_joined = "2010-01-01 00:00:00"
date_joined = "1970-01-01 00:00:00"
where email not like ('%@edx.org');
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment