nextcloud / android

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

add password change menu item #7443

Open jmgurney opened 3 years ago

jmgurney commented 3 years ago

Is your feature request related to a problem? Please describe.

If you had previously used an app password, or changed your password, the nextcloud app will take a LONG time to decide that the errors it receives should be surfaced to the user.

If you go to get information about that account via the manage account page, after a long time (more than 20 seconds), it's report Error retrieving user information, socket timeout exception.

or sometimes, it'll say Operation finished with HTTP status code 401 (fail), but without any ability to set/change the password.

Describe the solution you'd like

When you know the password is incorrect, the manage accounts should have a way to initiate a new login/change password to not have to wait so long for these failures.

(it'd also be nice to set a lower timeout or something)

Describe alternatives you've considered

Waiting WAY too long for the timeout when browsing the files for the app to decide that the problem is a password issue.

Additional context

This is using version 3.14.0 on Android 11

tobiasKaminsky commented 3 years ago

Hm. Once I delete my app token and open app again, or try to browse into a folder, I directly get the login page to update account credentials.