Skip to content

Commit

Permalink
Merge pull request #4826 from rvsia/email_too_short
Browse files Browse the repository at this point in the history
Increase limit of email text field to 254 characters
  • Loading branch information
mzazrivec committed Oct 26, 2018
2 parents ba10110 + e15d1d6 commit ae43266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/ops/_rbac_user_details.html.haml
Expand Up @@ -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
Expand Down

0 comments on commit ae43266

Please sign in to comment.