mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[PR #2437] [MERGED] Feature/user profile v2 #2557
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2557
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/modoboa/modoboa/pull/2437
Author: @tonioo
Created: 1/13/2022
Status: ✅ Merged
Merged: 2/4/2022
Merged by: @tonioo
Base:
master← Head:feature/user_profile_v2📝 Commits (8)
10cc5e8New user profile section884735bAdded recovery codes reset dialog for 2FA.cc1ae42User forward formbc829abFew fixesf7c5939Fixed issue introduced by lxml 4.7+233f514Fixed unit testd4b3366Added unit testsbf65a2bAdded unit tests📊 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.