You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to the installation page of an OJS journal
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:
The text was updated successfully, but these errors were encountered:
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
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:
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">
The text was updated successfully, but these errors were encountered: