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
If you try and use a PasswordType field for a setting, it works on first save, but as the field doesn't get populated with the value when the form is loaded it ends up saving a blank value.
Not sure the best way to fix it, as only saving when PasswordType fields have a value would stop you from removing the value once saved, might need an extended Form type that adds a clear field checkbox, or and I've not tested this users would just have to use the always_empty option.
Not 100% sure if its something that should be handled in the plugin.
The text was updated successfully, but these errors were encountered:
If you try and use a PasswordType field for a setting, it works on first save, but as the field doesn't get populated with the value when the form is loaded it ends up saving a blank value.
Not sure the best way to fix it, as only saving when PasswordType fields have a value would stop you from removing the value once saved, might need an extended Form type that adds a clear field checkbox, or and I've not tested this users would just have to use the always_empty option.
Not 100% sure if its something that should be handled in the plugin.
The text was updated successfully, but these errors were encountered: