Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7226 anupam.sin 1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<html>
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
5
<title>Change password</title>
6
</head>
7
<body>
8
    <form method="post" action="/inventory/login!updatePassword">
9
        <div >
10
            <label ><span >New Password: </span></label>
11
            <input type="password" name="password"/>
12
            <br/>
13
            <input type="submit" value="Change">
14
        </div>
15
    </form>
16
</body>
17
</html>