cosmocode / dokuwiki-plugin-oauth

Generic oAuth1 and oAuth2 plugin for DokuWiki
http://www.dokuwiki.org/plugin:oauth
30 stars 78 forks source link

Logging in to a dokuwiki animal shows alerts "Data for user xxxx is protected" #132

Closed YoitoFes closed 1 year ago

YoitoFes commented 2 years ago

The alert message Data for user xxxxx is protected and can not be modified or deleted. is shown after login to a dokuwiki animal with an user account that's exists in both of the farmer and the animal.

Within animals, users existing in the farmer are protected by DokuWikiFarmCore::adjustCascade(), thus modifyUser() called by OAuthManager::processUserData() shows the alert, I think.

Thank you.