Skip to content

Commit 6c1437b

Browse files
committed
fix end of file schema-42200to42210.sql
1 parent 4df32ae commit 6c1437b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

engine/schema/src/main/resources/META-INF/db/schema-42200to42210.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ UPDATE `cloud`.`configuration`
5959
SET value = CONCAT_WS('\n', 'Hello {{username}}!', 'You have requested to reset your password. Please click the following link to reset your password:', '{{{resetLink}}}', 'If you did not request a password reset, please ignore this email.', '', 'Regards,', 'The CloudStack Team')
6060
WHERE name = 'user.password.reset.mail.template'
6161
AND value IN (CONCAT_WS('\n', 'Hello {{username}}!', 'You have requested to reset your password. Please click the following link to reset your password:', 'http://{{{resetLink}}}', 'If you did not request a password reset, please ignore this email.', '', 'Regards,', 'The CloudStack Team'), CONCAT_WS('\n', 'Hello {{username}}!', 'You have requested to reset your password. Please click the following link to reset your password:', '{{{domainUrl}}}{{{resetLink}}}', 'If you did not request a password reset, please ignore this email.', '', 'Regards,', 'The CloudStack Team'));
62-

0 commit comments

Comments
 (0)