Index: lams_common/db/sql/shaun/sha1_shaun_user_password.sql =================================================================== diff -u --- lams_common/db/sql/shaun/sha1_shaun_user_password.sql (revision 0) +++ lams_common/db/sql/shaun/sha1_shaun_user_password.sql (revision 8ab78c5b29f19c72e2b5784e4269e8d1d35a2eeb) @@ -0,0 +1 @@ +update lams_user set password=SHA1(password) where user_id>8; \ No newline at end of file