diff --git a/app/views/rooms/join.html.erb b/app/views/rooms/join.html.erb
index f0f247c9..cac7a022 100644
--- a/app/views/rooms/join.html.erb
+++ b/app/views/rooms/join.html.erb
@@ -43,7 +43,8 @@
placeholder: t("enter_your_name"),
value: "#{@name}",
readonly: !current_user.nil?,
- autofocus: true
+ autofocus: true,
+ maxlength: 26
%>