diff --git a/.gitignore b/.gitignore
index 0b7f2b3..2c804ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,7 @@ var/
/venv/
.installed.txt
.lock
+.mxdev_cache
##
# Add extra configuration options in .meta.toml:
diff --git a/CHANGES.md b/CHANGES.md
index 787c140..735a1ac 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,12 @@
-## 1.3.2 (unreleased)
+## 1.4.0 (unreleased)
+- Upgrade dev environment to Plone 6.1.3
+ [remdub]
+
+- Override views related to user management
+ We no longer create or modify users in Plone
+ This is now handled by Keycloak
+ [remdub]
- Remove deprecated methods related to redirect uris
We are not using those methods anymore since 1.3.0
diff --git a/constraints.txt b/constraints.txt
index 9569987..b795763 100644
--- a/constraints.txt
+++ b/constraints.txt
@@ -1 +1 @@
--c https://dist.plone.org/release/6.1.1/constraints.txt
+-c https://dist.plone.org/release/6.1.3/constraints.txt
diff --git a/mx.ini b/mx.ini
index 9fccb99..753119b 100644
--- a/mx.ini
+++ b/mx.ini
@@ -15,3 +15,7 @@ main-package = -e .[test]
; pushurl = git@github.com:collective/example.contenttype.git
; extras = test
; branch = feature-7
+[pas.plugins.oidc]
+url = https://github.com/collective/pas.plugins.oidc.git
+pushurl = git@github.com:collective/pas.plugins.oidc.git
+branch = main
diff --git a/src/pas/plugins/kimug/browser/configure.zcml b/src/pas/plugins/kimug/browser/configure.zcml
index 371b2de..c6471a4 100644
--- a/src/pas/plugins/kimug/browser/configure.zcml
+++ b/src/pas/plugins/kimug/browser/configure.zcml
@@ -75,5 +75,37 @@
layer="pas.plugins.kimug.interfaces.IBrowserLayer"
/>
+
+ Note + Some or all of your PAS user source + plugins do not allow listing of users, so you may not see + the users defined by those plugins unless doing a specific + search. +
+ + +