0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
[
Home
]
File: password.html
<div class="toolbar clear"> <h3 class="header">Change Password</h3> <input type="submit" name="breset" value="Change Password" class="submit" /> <a href="<%cfg.cgi_url%>?<%hidden_query%>;page=help_password.html" rel="<%cfg.cgi_url%>?<%hidden_query%>;page=help_password.html" title="Password" class="help"><img src="<%GT::FileMan::image_url('question-mark.gif')%>" alt="Question" /></a> </div> <div class="contentframe"> <div class="row spacer clear"> <div class="description">Enter your current and new password in the form below</div> <label for="password_input" class="name">Old Password</label> <div class="value"><input type="password" id="password_input" name="old_password" value="<%if in.old_password%><%in.old_password%><%endif%>" class="text" /> *</div> </div> <div class="row spacer clear"> <label for="new_password" class="name">New Password</label> <div class="value"><input type="password" id="new_password" name="new_password" value="<%if in.new_password%><%in.new_password%><%endif%>" class="text" /> *</div> </div> <div class="row spacer clear"> <label for="confirm_password" class="name">Confirm</label> <div class="value"> <input type="password" id="confirm_password" name="confirm_password" value="" class="text" /> * </div> </div> </div>