mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-01 10:47:37 +08:00
Refs #1306 Strong password hash : fix db script
This commit is contained in:
parent
02a653cf0f
commit
a0c420f744
@ -669,8 +669,7 @@ CREATE INDEX SYS_SENDING_ATTACHMENT_MESSAGE_IDX
|
||||
|
||||
insert into SEC_USER (ID, CREATE_TS, VERSION, LOGIN, LOGIN_LC, PASSWORD, NAME, GROUP_ID, ACTIVE, TYPE)
|
||||
values ('60885987-1b61-4247-94c7-dff348347f94', now(), 0, 'emailer', 'emailer',
|
||||
'929729119f27328ae6220829e6b1262b8ee0aa72',
|
||||
'd216146f85597225',
|
||||
'929729119f27328ae6220829e6b1262b8ee0aa72:d216146f85597225',
|
||||
'User for Email sending', '0fa2b1a5-1d68-4d69-9fbd-dff348347f93', true, 'C');
|
||||
|
||||
------------------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user