mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Users page: username instead of login name as col header to avoid confusion with other backends
This commit is contained in:
@@ -81,7 +81,7 @@ $_['subadmingroups'] = array_flip($items);
|
||||
<table class="hascontrols" data-groups="<?php p(implode(', ', $allGroups));?>">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id='headerName'><?php p($l->t('Login Name'))?></th>
|
||||
<th id='headerName'><?php p($l->t('Username'))?></th>
|
||||
<th id="headerDisplayName"><?php p($l->t( 'Display Name' )); ?></th>
|
||||
<th id="headerPassword"><?php p($l->t( 'Password' )); ?></th>
|
||||
<th id="headerGroups"><?php p($l->t( 'Groups' )); ?></th>
|
||||
|
||||
Reference in New Issue
Block a user