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:
Frank Dillon 2008-11-19 05:18:58 +00:00
parent 2945189adb
commit 6eff997f81
8 changed files with 266 additions and 46 deletions

View file

@ -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;