From e15d1d6dce8cc3e8162cca279d91e517c44ab717 Mon Sep 17 00:00:00 2001 From: Richard Vsiansky Date: Thu, 25 Oct 2018 12:01:56 +0200 Subject: [PATCH] Increase limit of email text field to 254 characters https://github.com/ManageIQ/manageiq-ui-classic/issues/3677 --- app/views/ops/_rbac_user_details.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/ops/_rbac_user_details.html.haml b/app/views/ops/_rbac_user_details.html.haml index 75ab14f31cb..c111bc9282c 100644 --- a/app/views/ops/_rbac_user_details.html.haml +++ b/app/views/ops/_rbac_user_details.html.haml @@ -86,7 +86,7 @@ = text_field_tag("email", @edit[:new][:email], :autocomplete => 'off', - :maxlength => 50, + :maxlength => 253, :class => "form-control", "data-miq_observe" => observe_url_json) - unless @edit