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.
 
 
 
 
 
 
nextcloud-server/settings/templates/index.php

24 lines
454 B

<?php
/*
* Template for settings page
*/
?>
<h1>Settings</h1>
<form action="" type="">
<p>
<span>New password:</span>
<input type="password" name="newpassword" value="">
</p>
<p>
<span>Confirm new password:</span>
<input type="password" name="newpasswordconfirm" value="">
</p>
<p>
<span>Old password:</span>
<input type="password" name="password" value="">
</p>
<p>
<input type="submit" name="submit" value="Send">
</p>
</form>