rfe: User Profile Privacy Settings (#507) - users now have granular control of whether or not their profile fields are viewable - admin settings still apply
This commit is contained in:
parent
2945189adb
commit
6eff997f81
8 changed files with 266 additions and 46 deletions
|
|
@ -160,7 +160,15 @@ our $I18N = {
|
|||
lastUpdated => 1225724810,
|
||||
},
|
||||
|
||||
'set by admin' => {
|
||||
message => q{site administrator has set this field to not be visible },
|
||||
lastUpdated => 1225724810,
|
||||
},
|
||||
|
||||
'required field' => {
|
||||
message => q{required },
|
||||
lastUpdated => 1225724810,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue