IDEMPIERE-347 passwords hash / Vanilla hash passwords broken if use email
This commit is contained in:
parent
335bf8bc2f
commit
761547f430
|
@ -0,0 +1,8 @@
|
||||||
|
-- Mar 5, 2013 5:32:43 PM COT
|
||||||
|
-- IDEMPIERE-347 passwords hash
|
||||||
|
UPDATE AD_User SET EMailVerifyDate=NULL, EMail='webservice @ gardenworld.com',Updated=TO_DATE('2013-03-05 17:32:43','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_User_ID=50001
|
||||||
|
;
|
||||||
|
|
||||||
|
SELECT register_migration_script('201303051733_IDEMPIERE-347.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
-- Mar 5, 2013 5:32:43 PM COT
|
||||||
|
-- IDEMPIERE-347 passwords hash
|
||||||
|
UPDATE AD_User SET EMailVerifyDate=NULL, EMail='webservice @ gardenworld.com',Updated=TO_TIMESTAMP('2013-03-05 17:32:43','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_User_ID=50001
|
||||||
|
;
|
||||||
|
|
||||||
|
SELECT register_migration_script('201303051733_IDEMPIERE-347.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in New Issue