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
In current master and previous builds, within this page below, it does not honor 'select' type attributes, others also more than likely. It is also not letting the user override "required" and the max length attribute since they are set to hard coded values.
<input type="select"> would not be valid, it should create <select>....</select> for each select type field.
In current master and previous builds, within this page below, it does not honor 'select' type attributes, others also more than likely. It is also not letting the user override "required" and the max length attribute since they are set to hard coded values.
<input type="select">
would not be valid, it should create<select>....</select>
for each select type field.https://github.com/pwm-project/pwm/blob/master/src/main/webapp/WEB-INF/jsp/forgottenpassword-attributes.jsp#L60
The text was updated successfully, but these errors were encountered: