[PR #4060] [CLOSED] feature: update user on login #6301

Closed
opened 2026-02-05 10:28:50 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/4060
Author: @rolandspannagl
Created: 2/22/2023
Status: Closed

Base: developmentHead: development


📝 Commits (1)

  • 2185d0d feature: update user on login

📊 Changes

4 files changed (+15 additions, -2 deletions)

View changed files

📝 .env.example.complete (+1 -0)
📝 app/Auth/Access/RegistrationService.php (+9 -1)
📝 app/Auth/Access/Saml2Service.php (+2 -1)
📝 app/Config/saml2.php (+3 -0)

📄 Description

To simplify user-management this pull request implements a feature, which updates the user's display name and email on log-ins using SAML2.

It is enabled using a new config-parameter: SAML2_UPDATE_USER_ON_LOGIN.


🔄 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/BookStackApp/BookStack/pull/4060 **Author:** [@rolandspannagl](https://github.com/rolandspannagl) **Created:** 2/22/2023 **Status:** ❌ Closed **Base:** `development` ← **Head:** `development` --- ### 📝 Commits (1) - [`2185d0d`](https://github.com/BookStackApp/BookStack/commit/2185d0dd98960e34e2302d1dc170d671391c05cc) feature: update user on login ### 📊 Changes **4 files changed** (+15 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.env.example.complete` (+1 -0) 📝 `app/Auth/Access/RegistrationService.php` (+9 -1) 📝 `app/Auth/Access/Saml2Service.php` (+2 -1) 📝 `app/Config/saml2.php` (+3 -0) </details> ### 📄 Description To simplify user-management this pull request implements a feature, which updates the user's display name and email on log-ins using SAML2. It is enabled using a new config-parameter: _SAML2_UPDATE_USER_ON_LOGIN_. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:28:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6301