Skip to content

Commit 022746b

Browse files
committed
feat: enable Canaille user registration
1 parent dd63a9e commit 022746b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest_iam/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def iam_configuration(tmp_path_factory, iam_server_port) -> dict[str, Any]:
177177
"WTF_CSRF_ENABLED": False,
178178
"SERVER_NAME": f"localhost:{iam_server_port}",
179179
"CANAILLE": {
180+
"ENABLE_REGISTRATION": True,
180181
"JAVASCRIPT": False,
181182
"ACL": {
182183
"DEFAULT": {

0 commit comments

Comments
 (0)