Skip to content
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

[stable27] feat: Add occ user:user:sync-account-data for updating oc_accounts information from user backends #40759

Merged
merged 1 commit into from
Oct 10, 2023

Commits on Oct 5, 2023

  1. feat: Add occ user:sync-account-data for updating oc_accounts informa…

    …tion from user backends
    
    This can be useful in cases where the state between user backend and
    oc_accounts has become inconsistent.
    
    Usually the account data is updated once the change on the user backend
    is detected. Potential leftovers from older bugs
    (nextcloud/user_saml#582) might though never get
    updated. This could lead to the contacts menu never showing the correct
    display name. The contacts menu is read from the system address book,
    which is only updated from oc_accounts.
    
    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl authored and kesselb committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    0d6d088 View commit details
    Browse the repository at this point in the history