3
0

Add privacy.mask.* settings

This commit is contained in:
Denis Arh
2019-10-30 17:59:48 +01:00
parent 5e94add1c4
commit 93c10fbf24
+10
View File
@@ -11,6 +11,16 @@ import (
type (
// Settings structured representation of current system settings
Settings struct {
Privacy struct {
Mask struct {
// Enable masking of user's email (value replaced with ######)
Email bool
// Enable masking of user's name (value replaced with ######)
Name bool
}
}
General struct {
Mail struct {
Logo string