chgpassword.html.svn-base

来自「一个timesheet程序,用来统计开发人员的度量衡web在线程序.用于软件行业」· SVN-BASE 代码 · 共 34 行

SVN-BASE
34
字号
<html>
<head>
	<meta http-equiv="content-style-type" content="text/css">
	<meta http-equiv="pragma" content="no-cache">
	<title>Achievo-RMS Change Password Help</title>
	<link href="../theme/help.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#afffff">
<h1><a name="top"></a>Change Password</h1>
<form>
	<b><a href="#General">General Description</a><br>
	<a href="#Change">Steps to Change Password</a><br>
	<a href="#Tips">Tips</a></b><br><br>
	<b><a name="General"></a>General Description</b><br>
	<br>This page is used to change your login Password<br>
	<br><a href="#top"><img src="../images/top.gif" border="0" width="79" height="27"></a><br>
	<br><b><a name="Change"></a>Steps to Change Password</b>
	<ol>
		<li>Login with your Login Name and valid Password.
		<li>Enter your new password twice for verification.
		<li>After the complation of Step 2, please press <input type="button" name="Change" value="Change"> to save the new password to the system.
	</ol>
	<a href="#top"><img src="../images/top.gif" border="0" width="79" height="27"></a>
	<br><br>
	<b><a name="Tips"></a>Tips</b>
	<ol>
		<li>You should change your password periodically for security reasons.
		<li>Password is case sensitive.
	</ol>
	<a href="#top"><img src="../images/top.gif" border="0" width="79" height="27"></a>
	<br>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?