diff options
author | jeff <jeff> | 2007-01-19 16:31:21 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-01-19 16:31:21 +0000 |
commit | a54aa62df5076e113134e06e11ba9776c3e60a36 (patch) | |
tree | 563c8e11c66442bda805132f97559bfea175428c /httemplate/edit/process/access_user.html | |
parent | 13a6b896a3f9d0137ade340c4be89b04d127b345 (diff) |
no password in html source on employee edit
Diffstat (limited to 'httemplate/edit/process/access_user.html')
-rw-r--r-- | httemplate/edit/process/access_user.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/process/access_user.html b/httemplate/edit/process/access_user.html index ebbcdca17..7aab79954 100644 --- a/httemplate/edit/process/access_user.html +++ b/httemplate/edit/process/access_user.html @@ -5,6 +5,7 @@ <% include( 'elements/process.html', 'table' => 'access_user', 'viewall_dir' => 'browse', + 'copy_on_empty' => [ '_password' ], 'process_m2m' => { 'link_table' => 'access_usergroup', 'target_table' => 'access_group', }, |