diff --git a/src/components/views/rooms/RoomSettings.js b/src/components/views/rooms/RoomSettings.js
index 1d3126764c..9a3236cdb9 100644
--- a/src/components/views/rooms/RoomSettings.js
+++ b/src/components/views/rooms/RoomSettings.js
@@ -74,7 +74,7 @@ const BannedUser = React.createClass({
>
{ _t('Unban') }
- {this.props.member.name}
+ {this.props.member.name} {this.props.member.userId}
{this.props.reason ? " " +_t('Reason') + ": " + this.props.reason : ""}
);