Original PR: https://github.com/dani-garcia/vaultwarden/pull/3986 Author: @admav Created: 10/20/2023 Status: ✅ Merged Merged: 10/21/2023 Merged by: @dani-garcia
Base: main ← Head: config_email_change
main
config_email_change
4861f6d
3 files changed (+14 additions, -0 deletions)
📝 .env.template (+4 -0) 📝 src/api/core/accounts.rs (+8 -0) 📝 src/config.rs (+2 -0)
.env.template
src/api/core/accounts.rs
src/config.rs
Added new configuration option to prevent users from changing their email. By default is set to allow it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/3986
Author: @admav
Created: 10/20/2023
Status: ✅ Merged
Merged: 10/21/2023
Merged by: @dani-garcia
Base:
main← Head:config_email_change📝 Commits (1)
4861f6dNew config option disable email change📊 Changes
3 files changed (+14 additions, -0 deletions)
View changed files
📝
.env.template(+4 -0)📝
src/api/core/accounts.rs(+8 -0)📝
src/config.rs(+2 -0)📄 Description
Added new configuration option to prevent users from changing their email.
By default is set to allow it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.