Skip to content

Commit

Permalink
Block user from saving configuration by clearing mail server field
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Feb 6, 2024
1 parent 237cb4b commit d0936ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ export default {
value: "",
name: ""
});
// we want to block the user from saving the configuration
this.mail_server = "";
}
this.user_domains_list = config.user_domains_list;
this.loading.getConfiguration = false;
Expand Down

0 comments on commit d0936ee

Please sign in to comment.