[PR #389] [MERGED] feat(plugin-authentication): CB-999 user password change (public) #1654

Closed
opened 2026-03-07 21:05:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/389
Author: @devnaumov
Created: 6/10/2021
Status: Merged
Merged: 6/10/2021
Merged by: @Wroud

Base: develHead: feat/user-change-password-public


📝 Commits (2)

  • 3dbdea9 feat(plugin-authentication): CB-999 user password change (public)
  • bde77f0 feat(plugin-authentication): CB-999 delete UserMenu

📊 Changes

14 files changed (+386 additions, -37 deletions)

View changed files

📝 webapp/packages/core-app/src/index.ts (+1 -0)
📝 webapp/packages/core-authentication/src/AuthProviderService.ts (+6 -4)
📝 webapp/packages/core-authentication/src/UsersResource.ts (+7 -0)
webapp/packages/core-sdk/src/queries/authentication/authChangeLocalPassword.gql (+3 -0)
📝 webapp/packages/core-sdk/src/sdk.ts (+21 -0)
📝 webapp/packages/plugin-authentication/src/PluginBootstrap.ts (+3 -1)
📝 webapp/packages/plugin-authentication/src/UserInfo.tsx (+33 -32)
webapp/packages/plugin-authentication/src/UserMenu/ChangeUserPasswordDialog/ChangeUserPasswordDialog.tsx (+165 -0)
webapp/packages/plugin-authentication/src/UserMenu/ChangeUserPasswordDialog/ChangeUserPasswordDialogFooter.tsx (+60 -0)
webapp/packages/plugin-authentication/src/UserMenu/UserMenuService.ts (+53 -0)
webapp/packages/plugin-authentication/src/UserMenu/userMenuStyles.ts (+20 -0)
📝 webapp/packages/plugin-authentication/src/locales/en.ts (+6 -0)
📝 webapp/packages/plugin-authentication/src/locales/ru.ts (+6 -0)
📝 webapp/packages/plugin-authentication/src/manifest.ts (+2 -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/dbeaver/cloudbeaver/pull/389 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 6/10/2021 **Status:** ✅ Merged **Merged:** 6/10/2021 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `feat/user-change-password-public` --- ### 📝 Commits (2) - [`3dbdea9`](https://github.com/dbeaver/cloudbeaver/commit/3dbdea99ac0a7288a86ef932543f511fa75fdff0) feat(plugin-authentication): CB-999 user password change (public) - [`bde77f0`](https://github.com/dbeaver/cloudbeaver/commit/bde77f0a9accbe75298cccb2e782245436543d26) feat(plugin-authentication): CB-999 delete UserMenu ### 📊 Changes **14 files changed** (+386 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `webapp/packages/core-app/src/index.ts` (+1 -0) 📝 `webapp/packages/core-authentication/src/AuthProviderService.ts` (+6 -4) 📝 `webapp/packages/core-authentication/src/UsersResource.ts` (+7 -0) ➕ `webapp/packages/core-sdk/src/queries/authentication/authChangeLocalPassword.gql` (+3 -0) 📝 `webapp/packages/core-sdk/src/sdk.ts` (+21 -0) 📝 `webapp/packages/plugin-authentication/src/PluginBootstrap.ts` (+3 -1) 📝 `webapp/packages/plugin-authentication/src/UserInfo.tsx` (+33 -32) ➕ `webapp/packages/plugin-authentication/src/UserMenu/ChangeUserPasswordDialog/ChangeUserPasswordDialog.tsx` (+165 -0) ➕ `webapp/packages/plugin-authentication/src/UserMenu/ChangeUserPasswordDialog/ChangeUserPasswordDialogFooter.tsx` (+60 -0) ➕ `webapp/packages/plugin-authentication/src/UserMenu/UserMenuService.ts` (+53 -0) ➕ `webapp/packages/plugin-authentication/src/UserMenu/userMenuStyles.ts` (+20 -0) 📝 `webapp/packages/plugin-authentication/src/locales/en.ts` (+6 -0) 📝 `webapp/packages/plugin-authentication/src/locales/ru.ts` (+6 -0) 📝 `webapp/packages/plugin-authentication/src/manifest.ts` (+2 -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 2026-03-07 21:05:04 +03:00
Sign in to join this conversation.
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/cloudbeaver#1654
No description provided.