You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: