File: /www/exchange2/sql/archive/2016-10-13-749.sql
UPDATE admin_users SET admin_password = sha2(CONCAT(admin_password,'9c8274a37b2c67ad240d2f9d73acf122'),256);
UPDATE temp_registration SET password = sha2(CONCAT(password,'9c8274a37b2c67ad240d2f9d73acf122'),256);
UPDATE user_login SET user_password = sha2(CONCAT(user_password,'9c8274a37b2c67ad240d2f9d73acf122'),256);
ALTER TABLE `temp_registration` ADD `password_expire_date` DATE NULL AFTER `password`;
UPDATE temp_registration SET password_expire_date = DATE(DATE_ADD(NOW(),INTERVAL 360 DAY));
ALTER TABLE `user_login` ADD `certificate_expired_date` DATE NULL AFTER `consent_signature`;
ALTER TABLE `user_login` ADD `certificate_password_hash` VARCHAR(255) NULL AFTER `certificate_expired_date`,
ADD `certificate_receive_link_hash` VARCHAR(255) NULL AFTER `certificate_password_hash`,
ADD `certificate_order_number` INT NULL AFTER `certificate_receive_link_hash`;
UPDATE `mail_management` SET `mail_content` = 'Hi <firstname>,
Please find below instructions to download the new digital certificate you need to install on the computer that you will use to access the Credebt Exchange platform.
1. Click the link below to download and save the digital certificate to a folder on your computer; and
<receive_certificate_url>
2. follow the import instructions relevant to the web browser that you will use:
A) For Mozilla Firefox: http://www.digi-sign.com/support/client%20certificates/import%20firefox
B) For Windows Internet Explorer and Google Chrome:
https://www.digi-sign.com/support/client%20certificates/import%20windows
NOTE:- During the certificate import wizard you will be asked to enter the password that you created on the ConvertibillВ® website.
3. When you have successfully finished the certificate installation, you can login to your account by returning to the ConvertibillВ® website:
http://www.convertibill.com
Thank you,
Support Team
support@credebtexchange.com
Switchboard : +353 1 685-3600
Please Note:- All calls to and from Credebt Exchange are recorded to confirm instructions given and for training and quality control purposes.
http://credebtexchange.com/
Bank on us
-------------------------------0----------------------------
For unsubscribe, legal & confidential disclaimer see email footer:
http://www.credebtexchange.com/legal/email+footer
-------------------------------0----------------------------
В© 2016, Credebt Exchange. All rights reserved', `mail_content_text` = 'Hi <firstname>,
Please find below instructions to download the new digital certificate you need to install on the computer that you will use to access the Credebt Exchange platform.
1. Click the link below to download and save the digital certificate to a folder on your computer; and
<receive_certificate_url>
2. follow the import instructions relevant to the web browser that you will use:
A) For Mozilla Firefox: http://www.digi-sign.com/support/client%20certificates/import%20firefox
B) For Windows Internet Explorer and Google Chrome:
https://www.digi-sign.com/support/client%20certificates/import%20windows
NOTE:- During the certificate import wizard you will be asked to enter the password that you created on the ConvertibillВ® website.
3. When you have successfully finished the certificate installation, you can login to your account by returning to the ConvertibillВ® website:
http://www.convertibill.com
Thank you,
Support Team
support@credebtexchange.com
Switchboard : +353 1 685-3600
Please Note:- All calls to and from Credebt Exchange are recorded to confirm instructions given and for training and quality control purposes.
http://credebtexchange.com/
Bank on us
-------------------------------0----------------------------
For unsubscribe, legal & confidential disclaimer see email footer:
http://www.credebtexchange.com/legal/email+footer
-------------------------------0----------------------------
В© 2016, Credebt Exchange. All rights reserved' WHERE `mail_management`.`mail_id` = 2;