Option to ignore intermediate login errors #750
joe-average-user
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I have a request (call it a new idea) for a feature that has probably never been discussed before. Lets assume one has two available internet connections. One is allowed to use his DAVx connections, and one where it is not allowed. Assume that for some reason he has to use both in a certain timeframe. So davx will be able to connect to his accounts on one, but not on the other. In such a case it would be very handy to tell davx that there is in fact no problem if the connections fail for some reason (be it simple tcp connection failures, but too login failures). So even if the server tells him that his password is wrong davx should simply ignore that and just continue to try in a certain frequency.
I guess this should really be an easy implementation as it simply treats login failures just like connection failures.
How about that?
Regards
Beta Was this translation helpful? Give feedback.
All reactions