diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json index 9954d4ff9f68..408a1c52fd3a 100644 --- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json +++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json @@ -1161,5 +1161,16 @@ "extension_mgt.extension_types": "applications,identity-providers,connections,identity-verification-providers", "identity_datastore.datastore_type": "org.wso2.carbon.identity.governance.store.JDBCIdentityDataStore", - "input_validation.default_validator": "alphaNumeric" + "input_validation.default_validator": "alphaNumeric", + + "email_templates.branding.fallbacks.copyright_text": "WSO2 Identity Server", + "email_templates.branding.fallbacks.primary_color": "#FF7300", + "email_templates.branding.fallbacks.background_color": "#F8F9FA", + "email_templates.branding.fallbacks.light_background_color": "#FFFFFF", + "email_templates.branding.fallbacks.dark_background_color": "#111111", + "email_templates.branding.fallbacks.font_style": "Gilmer", + "email_templates.branding.fallbacks.font_color": "#231F20", + "email_templates.branding.fallbacks.button_font_color": "#FFFFFF", + "email_templates.branding.fallbacks.light_border_color": "transparent", + "email_templates.branding.fallbacks.dark_border_color": "#333333" } diff --git a/features/identity-mgt/org.wso2.carbon.identity.mgt.server.feature/resources/email-admin-config.xml b/features/identity-mgt/org.wso2.carbon.identity.mgt.server.feature/resources/email-admin-config.xml deleted file mode 100644 index 22155045c691..000000000000 --- a/features/identity-mgt/org.wso2.carbon.identity.mgt.server.feature/resources/email-admin-config.xml +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - - - WSO2 Carbon - Password Reset - - Hi {first-name} - - We received a request to change the password on the {user-name} account associated with this e-mail address. - If you made this request, please click the link below to securely change your password: - - https://localhost:9443/accountrecoveryendpoint/confirmrecovery.do?confirmation={confirmation-code}&userstoredomain={userstore-domain}&username={url:user-name}&tenantdomain={tenant-domain} - - If clicking the link doesn't seem to work, you can copy and paste the link into your browser's address - window. - - If you did not request to have your {user-name} password reset, simply disregard this email and no changes - to your account will be made. - -
- Best Regards, - WSO2 Carbon Team - http://www.wso2.com -
- -
- - - WSO2 Carbon - Account Recovery - - Hi {first-name} - - We received a request to recover your account user name. The account associated with us indicates that the - user name is : {user-name} - -
- Best Regards, - WSO2 Carbon Team - http://www.wso2.com -
- -
- - - WSO2 Carbon - Account Confirmation - - Hi {first-name}, - - You have created an account with following user name - - User Name: {user-name} - - Please click the following link to unlock. If clicking the link doesn't seem to work, you can copy and paste - the - link into your browser's address window. - - https://localhost:9443/accountrecoveryendpoint/confirmregistration.do?confirmation={confirmation-code}&userstoredomain={userstore-domain}&username={url:user-name}&tenantdomain={tenant-domain} - -
- Best Regards, - WSO2 Identity Server Team - http://www.wso2.com -
- -
- - - WSO2 Carbon - Temporary Password - - Hi {first-name}, - - Please find your temporary password below. - - User Name: {user-name} - Temporary Password: {temporary-password} - -
- Best Regards, - WSO2 Identity Server Team - http://www.wso2.com -
- -
- - - WSO2 Carbon - One Time Password Reset - - Hi {first-name}, - - Please use the password {otp-password} as the new password for your next login. - -
- Best Regards, - WSO2 Identity Server Team - http://www.wso2.com -
- -
- - - WSO2 Carbon - Password Change for New Account - - Hi {first-name} - - Please change your password for the newly created account : {user-name}. Please click the link below to - create the password. - - https://localhost:8443/InfoRecoverySample/infoRecover/verify?confirmation={confirmation-code}&userstoredomain={userstore-domain}&username={url:user-name}&tenantdomain={tenant-domain} - - If clicking the link doesn't seem to work, you can copy and paste the - link into your browser's address window. - -
- Best Regards, - WSO2 Carbon Team - http://www.wso2.com -
- -
- - WSO2 - Admin Forced Password Reset - - Hi {{user.claim.givenname}}, - - Please change your password for the account : {{user-name}}. Please click the link below to - change the password. - - https://localhost:9443/accountrecoveryendpoint/confirmrecovery.do?confirmation={{confirmation-code}}&userstoredomain={{userstore-domain}}&username={{url:user-name}}&tenantdomain={{tenant-domain}} - - If clicking the link doesn't seem to work, you can copy and paste the - link into your browser's address window. - -
- Best Regards, - WSO2 Carbon Team - http://www.wso2.com -
-
- - WSO2 - Admin Forced Password Reset - - Hi {{user.claim.givenname}}, - - We received a request to change the password on the {{user-name}} account associated with this e-mail address.Please use below OTP as the password at next login and then reset your password. - - OTP : {{confirmation-code}} - - -
- Best Regards, - WSO2 Carbon Team - http://www.wso2.com -
-
- - - WSO2 Carbon - Your account unlocked - - Hi {first-name}, - - Please note that the account registered with us with the user name : {user-name} has been unlocked. - -
- Best Regards, - WSO2 Identity Server Team - http://www.wso2.com -
- -
- - - WSO2 Carbon - Your account enabled - - Hi {first-name}, - - Please note that the account registered with us with the user name : {user-name} has been enabled. - -
- Best Regards, - WSO2 Identity Server Team - http://www.wso2.com -
- -
- - - WSO2 Carbon - Your account disabled - - Hi {first-name}, - - Please note that the account registered with us with the user name : {user-name} has been disabled. - -
- Best Regards, - WSO2 Identity Server Team - http://www.wso2.com -
- -
- - - WSO2 Carbon - Your Password Reset successfully - - Hi {first-name}, - - Please note that your password reset operation is successfully completed. - -
- Best Regards, - WSO2 Identity Server Team - http://www.wso2.com -
- -
- - - WSO2 Carbon - You started to reset password - - Hi {first-name}, - - This is to notify that you have initiate to reset your password using security questions. - -
- Best Regards, - WSO2 Identity Server Team - http://www.wso2.com -
- -
- - - Your account has been inactive for too long. - - Hi {first-name}, - - Please note that the account {user-name} registered with us has been inactive for too long. - Log into your account before {suspension-date} to prevent the account from suspension. - -
- Best Regards, - WSO2 Identity Server Team - http://www.wso2.com -
- -
-