diff --git a/typo3/sysext/beuser/Resources/Private/Partials/BackendUser/IndexListRow.html b/typo3/sysext/beuser/Resources/Private/Partials/BackendUser/IndexListRow.html
index d025be13a921e9d503409efb36170db77ab64648..b85ee575a2774c9aafd36b2a1409d348e4e1c637 100644
--- a/typo3/sysext/beuser/Resources/Private/Partials/BackendUser/IndexListRow.html
+++ b/typo3/sysext/beuser/Resources/Private/Partials/BackendUser/IndexListRow.html
@@ -12,6 +12,16 @@
 			{backendUser.realName}
 		</a>
 	</td>
+	<td>
+		<f:if condition="{backendUser.lastLoginDateAndTime}">
+			<f:then>
+				<f:format.date format="{dateFormat} {timeFormat}">{backendUser.lastLoginDateAndTime}</f:format.date>
+			</f:then>
+			<f:else>
+				<f:translate key="never" />
+			</f:else>
+		</f:if>
+	</td>
 	<td class="col-control">
 		<f:link.action action="addToCompareList" arguments="{uid: backendUser.uid}" class="btn"><bu:spriteManagerIcon iconName="actions-edit-add"/> <f:translate key="compare" /></f:link.action>
 		<div class="btn-group" role="group">
@@ -36,14 +46,4 @@
 			<bu:SwitchUser backendUser="{backendUser}" />
 		</div>
 	</td>
-	<td>
-		<f:if condition="{backendUser.lastLoginDateAndTime}">
-			<f:then>
-				<f:format.date format="{dateFormat} {timeFormat}">{backendUser.lastLoginDateAndTime}</f:format.date>
-			</f:then>
-			<f:else>
-				<f:translate key="never" />
-			</f:else>
-		</f:if>
-	</td>
 </tr>
diff --git a/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html b/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html
index 941b324f6dbeeba09f1464dd88800b2eacfd6dc6..7b5ec08ca08cd22c0e045771f465ef3f762872c8 100644
--- a/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html
+++ b/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html
@@ -57,8 +57,8 @@
 					<tr>
 						<th class="col-icon"></th>
 						<th class="col-title"><f:translate key="userName" /> / <f:translate key="realName" /></th>
-						<th class="col-control"></th>
 						<th><f:translate key="lastLogin" /></th>
+						<th class="col-control"></th>
 					</tr>
 				</thead>
 				<tbody>