normalize user input
Build LinkLog Development Image / development-image (push) Successful in 10s

This commit is contained in:
2026-08-26 14:35:41 +02:00
parent d18acf813a
commit b3383e29a7
4 changed files with 9 additions and 1 deletions
+6
View File
@@ -830,3 +830,9 @@ Change the title of the field “One-time password” to “One-time password (w
### Assistant outcome
Updated the OTP field label in the English, Spanish, German, French, and Dutch extension locale catalogs to clarify that the code is needed only when OTP is configured.
### User
Remove any leading and trailing spaces when entering fields in the plugin settings page.
### Assistant outcome
The extension now trims leading and trailing whitespace from the backend URL, username, and OTP before validation, login, and storage. Password input is preserved exactly so intentional password characters are not changed.