Skip to content
Snippets Groups Projects
Commit 57cc51d2 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt Committed by Arthur Schiwon
Browse files

user management: remove autocompletion of user/password fields, fix #8464

parent 66d00cf7
No related branches found
No related tags found
No related merge requests found
<div id="user-controls">
<form id="newuser" autocomplete="off">
<input id="newusername" type="text" placeholder="<?php p($l->t('Login Name'))?>" />
<input id="newusername" type="text"
placeholder="<?php p($l->t('Login Name'))?>"
autocomplete="off" autocapitalize="off" autocorrect="off" />
<input
type="password" id="newuserpassword"
placeholder="<?php p($l->t('Password'))?>"
/>
autocomplete="off" autocapitalize="off" autocorrect="off" />
<select
class="groupsselect" id="newusergroups" data-placeholder="groups"
title="<?php p($l->t('Groups'))?>" multiple="multiple">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment