Project

General

Profile

Bug #80002

Updated by Johannes C. Schulz about 7 years ago

I configured all my users with avatars. 
 Then I looked for a option to prevent the user from editing their avatars. I found this userTS  
 <pre> 
 setup.fields.avatar.disabled = 1 
 </pre> 

 After that the avatar-fields are removed from users user-settings. 

 But: 
 If the user saves his account (maybe because he changed the password), the avatar gets lost! 

 Reproduce: 
 Create a simple BE:user and assign Avatar. Keep save, that the avatar-image is accessible for that user (add filemount to user). 
 Add in userTS "setup.fields.avatar.disabled = 1" 
 Switch to this user. 
 Open User-Settings and save. 
 Switch back to BE:user-administration -> avatar is lost

Back