Results 95 comments of Phy

I would say this is more suitable to be implemented in do plugin, and move plugin has an event API: https://www.dokuwiki.org/plugin:move#for_plugin_authors Have you created an issue in their repo?

Duplicate of #709, #530.

MediaWiki always shows the latest. Quick test: Single instance: - https://wiki.osmfoundation.org/wiki/File:Maps.me_logo.png - https://wiki.osmfoundation.org/w/index.php?title=Corporate_Members&direction=next&oldid=6089 Multi instances: - https://commons.wikimedia.org/wiki/File:1_kawhi_leonard_2019_(cropped).jpg - https://en.wikipedia.org/w/index.php?title=Kawhi_Leonard&oldid=899755455

Could you provide debug logs by any chance? It’s a config on the phpCAS class that you can turn on.

Per ACL they should be able to change password: https://github.com/osixia/docker-openldap/blob/2a03b392b019adbf810f11bd64a2fed753d77b9d/image/service/slapd/assets/config/bootstrap/ldif/02-security.ldif#L6

My humble opinion: I feel that FastAPI is kind of a stateless thing by design (look at how use of `app.state` is discouraged. If such a session storage is required...

To get more logs you can try similar configuration in https://github.com/apereo/phpCAS/issues/423#issue-1404294755 and attach logs here.

Do you see any errors in the Javascript console? You can usually open it by pressing F12.

I am not able to reproduce this issue with a fresh wiki installation: ![image](https://user-images.githubusercontent.com/331403/198860113-aba63107-c9c8-46df-a97d-7b1e9e26ed60.png) Quick troubleshooting thought, do you have permission to edit the page?

Move plugin already provides API for other plugins to do their move work: https://www.dokuwiki.org/plugin:move#support_for_other_plugins Does that work?