Преглед на файлове

忘记密码

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1132 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg преди 10 години
родител
ревизия
2fba08cab7
променени са 2 файла, в които са добавени 44 реда и са изтрити 1 реда
  1. 43 0
      src/main/resources/velocity/forgetPwd.vm
  2. 1 1
      src/main/resources/velocity/invalid.vm

+ 43 - 0
src/main/resources/velocity/forgetPwd.vm

@@ -0,0 +1,43 @@
+<html>
+<head>
+<meta http-equiv="description" content="优软邮件收发中心">
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<style type="text/css">
+body {
+	width: 800px;
+	margin: 0 auto;
+}
+h4 {
+	background: #efefef;
+	padding: 5px;
+}
+h3 {
+	color: #f89406;
+}
+a {
+	color: #0088cc;
+	text-decoration: none;
+}
+.mail-content {
+	padding: 5px;
+}
+</style>
+</head>
+<body>
+	<h4>您好,<span style="color:red;">${email}</span> </h4>
+	<div class="mail-content">
+			<p style="margin:1em 0">这是UAS商务平台用户找回密码的验证邮件。</p>
+			<p style="margin:1em 0">验证用户:${enName} - ${userName}</p>
+			<p style="margin:2em 2em">
+				您可以<a href="${rootpath}serve#/self/forget_pwd2/${uu}/${checkcode}" target="_blank"><strong>点击这里</strong></a>&nbsp;&nbsp;或者<br>
+				复制以下链接通过浏览器打开:<b>${rootpath}serve#/self/forget_pwd2/${uu}/${checkcode}</b>&nbsp;&nbsp;通过验证并重设验证用户的登录密码(ps:不支持IE-9以下版本浏览器)。
+			</p>
+			<p style="margin:1em 0">请在24小时内验证并设置密码。</p>
+			<p style="margin:1em 0;text-align: right">祝您使用愉快!</p>
+			<p style="margin:1em 0;text-align: right">优软UAS商务平台 研发团队敬上</p>
+			<br>
+			<hr>
+			<small style="color: #999999;">如果您有任何的疑问,请咨询<a href="${rootpath}serve" target="_blank">客服中心</a></small>
+	</div>
+</body>
+</html>

+ 1 - 1
src/main/resources/velocity/invalid.vm

@@ -27,7 +27,7 @@ a {
 	<h4>您好,<span style="color:red;">${email}</span> </h4>
 	<div class="mail-content">
 			<p style="margin:1em 0">很遗憾,您注册的优软商务平台账号<h3>${name}</h3>未能通过审核,具体原因如下:</p>
-			<p style="margin:1em 0">
+			<p style="margin:2em 0">
 				${reason}
 			</p>
 			<p style="margin:1em 0">请您重新<a href="${rootpath}/signup#/step1">填写资料注册</a></p>