-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Improvements in "Manage accounts" view #4148
Comments
About the key icon: removing is not a problem whether the account is token-based (OAuth2, OIDC) because the But, if the account is basic auth and password changes in server, there is no way to get So, i'd keep it for basic auth accounts and remove for token accounts (if feasible). |
When passwords change on the server, clients receive |
iOS approach in account management:
Some inputs to move Android approach to the iOS one:
more ideas? |
In order to remove the key icon and make behaviour consistent between browser/no browser authentication:
Achieving these, we'll be in position to remove the key icon. |
EPIC:
This is the current look of the
Manage accounts
:Text field containing the username@url overflows the space and overlaps other icons on the right (check https://github.com/owncloud/enterprise/issues/5986#issuecomment-1693193046).
Round arrow icon will be removed -> [FEATURE REQUEST] Make automatic discovery of the account #4301
Key icon could be removed (after research on Cookie handling #4227). In case credentials are lost, Snackbar with
Sign In
option is in the file list. May need to check if removing the key icon could carry other side-effectsTASKS
Sign in
option in basic auth too)The text was updated successfully, but these errors were encountered: