Skip to content
Snippets Groups Projects
Commit a2b6a921 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Disable asking to save password when adding users.

parent 24977d0f
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ $_['subadmingroups'] = array_flip($items);
var isadmin = <?php echo $_['isadmin']?'true':'false'; ?>;
</script>
<div id="controls">
<form id="newuser">
<form id="newuser" autocomplete="off">
<input id="newusername" type="text" placeholder="<?php echo $l->t('Name')?>" /> <input
type="password" id="newuserpassword"
placeholder="<?php echo $l->t('Password')?>" /> <select
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment