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

Artisan command for "refetching" user avatars for existing users. #1893

Closed
ch0wm3in opened this issue Feb 13, 2020 · 1 comment
Closed

Artisan command for "refetching" user avatars for existing users. #1893

ch0wm3in opened this issue Feb 13, 2020 · 1 comment

Comments

@ch0wm3in
Copy link
Contributor

I've recently made my own web app, where i can serve pictures from Active Directory. It works, but only for new users because the function downloadAndAssignUserAvatar(); seems to be run on user creation.

For now the only way is to delete the user and then create the user again, which removes revisions from different books created by the user in question. This would be a much nicer way of doing it, when you already have a running instance of the application in production.

@ssddanbrown
Copy link
Member

Thanks to @MarcHagen via PR #4560, this has now been added and will be part of the next feature release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants