Opened 15 years ago
Closed 14 years ago
#5093 closed Bug report (fixed)
FileZilla Server version 0.9.34 beta
Reported by: | Henk van Gerwen | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Server |
Keywords: | Cc: | eyebex@… | |
Component version: | Operating system type: | Windows | |
Operating system version: | Windows XP Proffesional |
Description
FileZilla Settings > Autoban
if a digit is keyed in for instance 1, a popup appears saying
"Attempts has to be a number between 5 and 999."
and it should be say the minimum number is 10 as the interface already tells.
If for instance the number 5 is keyed in, you can save and the value is set to 10 instead.
Kind regards,
Henk
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | SyncAutobanLimitsBetweenServiceAndGUI.patch added |
---|
comment:1 by , 15 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Sorry, I should not set this to fixed until the patch is applied / accepted.
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
Here's a patch that introduces an option limits header file that is shared between service and GUI to avoid such discrepancies in the future. For now, only OPTION_AUTOBAN_ATTEMPTS is handled this way, but other settings should probably follow in the future.