[PR #48] [MERGED] Multiple users #47

Closed
opened 2026-03-03 11:58:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/finmars-platform/finmars-community-edition/pull/48
Author: @paktusov
Created: 12/29/2025
Status: Merged
Merged: 1/8/2026
Merged by: @paktusov

Base: mainHead: multiple_users


📝 Commits (3)

📊 Changes

12 files changed (+480 additions, -37 deletions)

View changed files

📝 .env.sample (+2 -2)
📝 Makefile (+8 -16)
📝 community_edition/routers/configurate.py (+29 -1)
community_edition/services/keycloak.py (+80 -0)
community_edition/templates/add_keycloak_user.html (+52 -0)
📝 community_edition/templates/success.html (+1 -0)
scripts/add-keycloak-user.sh (+73 -0)
scripts/clean.sh (+42 -0)
📝 scripts/init-keycloak.sh (+2 -18)
scripts/list-keycloak-users.sh (+22 -0)
📝 tests/community_edition/routers/test_configurate.py (+57 -0)
tests/community_edition/services/test_keycloak.py (+112 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/finmars-platform/finmars-community-edition/pull/48 **Author:** [@paktusov](https://github.com/paktusov) **Created:** 12/29/2025 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@paktusov](https://github.com/paktusov) **Base:** `main` ← **Head:** `multiple_users` --- ### 📝 Commits (3) - [`d96abca`](https://github.com/finmars-platform/finmars-community-edition/commit/d96abcadaa6396bde90c39d712050ea257134d2f) Add multiple users page - [`2b01148`](https://github.com/finmars-platform/finmars-community-edition/commit/2b01148046d8bb3caa3650ec2ece605c4b5503e4) Add tests - [`e022504`](https://github.com/finmars-platform/finmars-community-edition/commit/e0225046a89868587613e6886e02917e0d9b8a3a) Update default images versions ### 📊 Changes **12 files changed** (+480 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `.env.sample` (+2 -2) 📝 `Makefile` (+8 -16) 📝 `community_edition/routers/configurate.py` (+29 -1) ➕ `community_edition/services/keycloak.py` (+80 -0) ➕ `community_edition/templates/add_keycloak_user.html` (+52 -0) 📝 `community_edition/templates/success.html` (+1 -0) ➕ `scripts/add-keycloak-user.sh` (+73 -0) ➕ `scripts/clean.sh` (+42 -0) 📝 `scripts/init-keycloak.sh` (+2 -18) ➕ `scripts/list-keycloak-users.sh` (+22 -0) 📝 `tests/community_edition/routers/test_configurate.py` (+57 -0) ➕ `tests/community_edition/services/test_keycloak.py` (+112 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-03 11:58:23 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/finmars-community-edition#47
No description provided.