mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[PR #333] [CLOSED] Update user Email Address #327
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/333
Author: @Akalanka1337
Created: 6/4/2026
Status: ❌ Closed
Base:
main← Head:aka-update-ui-user-email-address📝 Commits (1)
619d902Update user Email Address📊 Changes
7 files changed (+185 additions, -20 deletions)
View changed files
📝
backend/pkg/server/models/users.go(+1 -0)📝
backend/pkg/server/response/errors.go(+1 -0)📝
backend/pkg/server/response/http_test.go(+1 -0)📝
backend/pkg/server/services/users.go(+29 -4)📝
backend/pkg/server/services/users_test.go(+75 -0)📝
frontend/src/components/layouts/main-sidebar.tsx(+9 -10)📝
frontend/src/features/authentication/password-change-form.tsx(+69 -6)📄 Description
This PR adds support for local users to update their profile email address from the Web UI.
Changes
409 Conflictresponse.Motivation
Local users were able to change their password, but not update the email address associated with their profile. This improves account/profile management from the Web UI.
Testing
Added backend tests for:
I am happy to make any changes requested during review. , Thank You!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.