nextcloud / android

📱 Nextcloud Android app
https://play.google.com/store/apps/details?id=com.nextcloud.client
GNU General Public License v2.0
4.04k stars 1.74k forks source link

Show blocked by bruteforce #893

Open tobiasKaminsky opened 7 years ago

tobiasKaminsky commented 7 years ago

Users are sometimes confused why the login times out. This is often due to bruteforce blocking/delaying the login to 30s.

How can we get a better user experience for this?

AndyScherzinger commented 7 years ago

Yes, please! This might prevent some recurring questions coming in via the forum, tracker, etc. due to the lack of given information by the app.

AndyScherzinger commented 7 years ago

Would help with #433 for example

tobiasKaminsky commented 7 years ago

As a small brainstorm with Lukas:

mario commented 7 years ago

Sure, this was discussed at the last hack week.

tobiasKaminsky commented 7 years ago

Sure, this was discussed at the last hack week.

Then an issue with such an info and roadmap would have been nice to not redo the work ;-)

mario commented 7 years ago

I would have expected my friend @LukasReschke has done it already :P

tobiasKaminsky commented 7 years ago

At least not here in android repo ;-)

LukasReschke commented 7 years ago

Evil evil Lukas 😉

tobiasKaminsky commented 7 years ago

As the real solution via a proper server timeout will take some time (NC 13, https://github.com/nextcloud/server/issues/4510#issuecomment-301591234) I suggest to just enhance the timeout to > 30s, probably 45s. This way all "blocked" users will connect again and the other have to wait just a little bit longer to get the "connection timed out" message. @mario @AndyScherzinger

AndyScherzinger commented 7 years ago

Sounds good to me 👍