Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation field "Host" has a maxlength that is too small #10512

Open
stephaniegalloOU opened this issue Oct 8, 2024 · 0 comments
Open

Installation field "Host" has a maxlength that is too small #10512

stephaniegalloOU opened this issue Oct 8, 2024 · 0 comments

Comments

@stephaniegalloOU
Copy link

Describe the bug
The maxlength attribute for the "Host" input on the installation page is too small (maxlength="60"). I am using AWS RDS and the hostname exceeds the 60-character limit (but is below 100 characters). I am unable to install OJS without manually editing the input field on my browser's element inspector.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the installation page of an OJS journal
  2. Under "Database Settings" > "Host". Enter a host that exceeds 60 characters

What application are you using?
OJS 3.4.0-7

Additional information
The element is located on the Installation page under "Database Settings" with the label "Host". Below is the element code:

<input type="text" maxlength="60" name="databaseHost" value="localhost" id="databaseHost-" class="field text">

@stephaniegalloOU stephaniegalloOU changed the title Install Database Host maxlength on is too small Installation field "Host" has a maxlength that is too small Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant