[PR #2437] [MERGED] Feature/user profile v2 #2557

Closed
opened 2026-02-27 12:11:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2437
Author: @tonioo
Created: 1/13/2022
Status: Merged
Merged: 2/4/2022
Merged by: @tonioo

Base: masterHead: feature/user_profile_v2


📝 Commits (8)

📊 Changes

38 files changed (+1204 additions, -135 deletions)

View changed files

📝 frontend/src/api/account.js (+25 -0)
frontend/src/api/languages.js (+9 -0)
📝 frontend/src/components/domains/DomainDNSConfig.vue (+28 -2)
📝 frontend/src/components/identities/AccountCreationForm.vue (+5 -1)
📝 frontend/src/components/identities/AccountForm.vue (+2 -2)
📝 frontend/src/components/identities/AccountGeneralForm.vue (+13 -75)
frontend/src/components/identities/AccountPasswordForm.vue (+130 -0)
📝 frontend/src/components/layout/Navbar.vue (+57 -4)
📝 frontend/src/components/tools/CreationForm.vue (+1 -1)
📝 frontend/src/components/tools/EmailField.vue (+2 -0)
frontend/src/components/user/ForwardForm.vue (+62 -0)
frontend/src/components/user/ProfileForm.vue (+134 -0)
frontend/src/components/user/RecoveryCodesResetDialog.vue (+45 -0)
frontend/src/components/user/TwoFactorAuthForm.vue (+160 -0)
📝 frontend/src/plugins/vee-validate.js (+17 -1)
📝 frontend/src/router/index.js (+27 -0)
📝 frontend/src/store/modules/auth.js (+7 -11)
📝 frontend/src/views/TwoFA.vue (+12 -10)
frontend/src/views/user/Forward.vue (+32 -0)
frontend/src/views/user/Profile.vue (+32 -0)

...and 18 more files

📄 Description

User profile section in the new interface.


🔄 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/modoboa/modoboa/pull/2437 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 1/13/2022 **Status:** ✅ Merged **Merged:** 2/4/2022 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/user_profile_v2` --- ### 📝 Commits (8) - [`10cc5e8`](https://github.com/modoboa/modoboa/commit/10cc5e82d630eb6bd9b2e257834e6aa20b5c0613) New user profile section - [`884735b`](https://github.com/modoboa/modoboa/commit/884735b9feac4cab3c4bfb4ef88aec9518b0e6c9) Added recovery codes reset dialog for 2FA. - [`cc1ae42`](https://github.com/modoboa/modoboa/commit/cc1ae428c4de8b7084c8155a397d193d027c165b) User forward form - [`bc829ab`](https://github.com/modoboa/modoboa/commit/bc829abb6e07980138657a22ad41ee3d4a95453f) Few fixes - [`f7c5939`](https://github.com/modoboa/modoboa/commit/f7c59390c6fbb8bed05a5aad26ac06ae3731fa20) Fixed issue introduced by lxml 4.7+ - [`233f514`](https://github.com/modoboa/modoboa/commit/233f5143162805b64c5b069db8a2595a867678f4) Fixed unit test - [`d4b3366`](https://github.com/modoboa/modoboa/commit/d4b3366ff3d6ead9e38d88e08196a27ce5417712) Added unit tests - [`bf65a2b`](https://github.com/modoboa/modoboa/commit/bf65a2b00a5883525133b194b0e922db17a5f1f7) Added unit tests ### 📊 Changes **38 files changed** (+1204 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/api/account.js` (+25 -0) ➕ `frontend/src/api/languages.js` (+9 -0) 📝 `frontend/src/components/domains/DomainDNSConfig.vue` (+28 -2) 📝 `frontend/src/components/identities/AccountCreationForm.vue` (+5 -1) 📝 `frontend/src/components/identities/AccountForm.vue` (+2 -2) 📝 `frontend/src/components/identities/AccountGeneralForm.vue` (+13 -75) ➕ `frontend/src/components/identities/AccountPasswordForm.vue` (+130 -0) 📝 `frontend/src/components/layout/Navbar.vue` (+57 -4) 📝 `frontend/src/components/tools/CreationForm.vue` (+1 -1) 📝 `frontend/src/components/tools/EmailField.vue` (+2 -0) ➕ `frontend/src/components/user/ForwardForm.vue` (+62 -0) ➕ `frontend/src/components/user/ProfileForm.vue` (+134 -0) ➕ `frontend/src/components/user/RecoveryCodesResetDialog.vue` (+45 -0) ➕ `frontend/src/components/user/TwoFactorAuthForm.vue` (+160 -0) 📝 `frontend/src/plugins/vee-validate.js` (+17 -1) 📝 `frontend/src/router/index.js` (+27 -0) 📝 `frontend/src/store/modules/auth.js` (+7 -11) 📝 `frontend/src/views/TwoFA.vue` (+12 -10) ➕ `frontend/src/views/user/Forward.vue` (+32 -0) ➕ `frontend/src/views/user/Profile.vue` (+32 -0) _...and 18 more files_ </details> ### 📄 Description User profile section in the new interface. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:37 +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/modoboa-modoboa#2557
No description provided.