mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-13 18:17:07 +02:00
Default password customfield plaintext attribute to false
This commit is contained in:
@ -485,6 +485,7 @@ export class et2_customfields_list extends et2_valueWidget implements et2_IDetac
|
||||
// No label on the widget itself
|
||||
delete (attrs.label);
|
||||
attrs['viewable'] = true;
|
||||
attrs['plaintext'] = false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user