forked from community/product-iots
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.2 KiB
66 lines
2.2 KiB
<!--
|
|
~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
|
~
|
|
~ WSO2 Inc. licenses this file to you under the Apache License,
|
|
~ Version 2.0 (the "License"); you may not use this file except
|
|
~ in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing,
|
|
~ software distributed under the License is distributed on an
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
~ KIND, either express or implied. See the License for the
|
|
~ specific language governing permissions and limitations
|
|
~ under the License.
|
|
-->
|
|
|
|
<!--
|
|
Contains the body of the mail that to be sent upon the tenant configuration request by the
|
|
admin of the tenant. This includes the password reset link, for the forgotten passwords.
|
|
-->
|
|
|
|
<configuration>
|
|
<targetEpr>https://localhost:9443/carbon/admin-mgt/validator_ajaxprocessor.jsp</targetEpr>
|
|
<subject>WSO2 Carbon - Password Reset</subject>
|
|
<body>
|
|
Hi {first-name},
|
|
|
|
A password reset request has recently been sent by you (or someone else).
|
|
|
|
User Name: {user-name}
|
|
|
|
Please click the following link to reset your password.
|
|
</body>
|
|
<footer>
|
|
Best Regards,
|
|
WSO2 Carbon Team
|
|
http://www.wso2.com
|
|
</footer>
|
|
<redirectPath>../admin-mgt/update_verifier_redirector_ajaxprocessor.jsp</redirectPath>
|
|
</configuration>
|
|
<configuration type="askPassword">
|
|
<targetEpr></targetEpr>
|
|
<subject>WSO2 MDM - Change password of the new user account</subject>
|
|
<body>
|
|
Hi {first-name},
|
|
|
|
|
|
Please change your password for the newly created account: {user-name}. Please click the link
|
|
below to create the password.
|
|
http://localhost:9443/InfoRecoverySample/infoRecover/verify?confirmation={confirmation-code}&
|
|
username={user-name}
|
|
|
|
|
|
If clicking the link doesn't seem to work, you can copy and paste the link into your browser's
|
|
address window.
|
|
</body>
|
|
<footer>
|
|
Best Regards,
|
|
WSO2 MDM Team
|
|
http://www.wso2.com
|
|
</footer>
|
|
<redirectPath>../admin-mgt/update_verifier_redirector_ajaxprocessor.jsp</redirectPath>
|
|
</configuration>
|