webplugin settings defaults

This commit is contained in:
2026-08-26 14:33:11 +02:00
parent 6f1fbaa5ea
commit d18acf813a
10 changed files with 22 additions and 10 deletions
+12
View File
@@ -818,3 +818,15 @@ When the user is not logged in, the plugin should display no form fields and war
### Assistant outcome
The Firefox popup now hides capture fields by default for signed-out users, shows a localized sign-in warning, and provides an Open settings action. The form appears only after backend credentials and a valid session are available; expired sessions return to the warning state.
### User
Remove `DEFAULT_BACKEND` setting in the plugin.
### Assistant outcome
Removed the hard-coded backend URL fallback from the Firefox extension. The backend URL is now empty until the user enters it, and the README setup instructions reflect that no default server is assumed.
### User
Change the title of the field “One-time password” to “One-time password (when configured)”.
### 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.
+2
View File
@@ -145,6 +145,8 @@
136. When a log entry is deleted then all mastodon posts are deleted too.
137. Don't forget to update the plugin to work with OTP.
138. When the user is not logged in then the plugin should just display no form fields but warn the user that they have to log in with a link to settings.
139. Remove DEFAULT_BACKEND setting in the plugin.
140. Change the title of the field "One-time password" to "One-time password (when configured)".
## Future entries