diff options
author | jeff <jeff> | 2007-01-19 22:02:21 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-01-19 22:02:21 +0000 |
commit | 32860d44e17b53f220cd98e041219d7d5b8a4619 (patch) | |
tree | bfb2f868552f64aafaa4d53836936e3186a96b1d /httemplate/edit/process/access_user.html | |
parent | a54aa62df5076e113134e06e11ba9776c3e60a36 (diff) |
blank password on error
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 7aab79954..9f7c4ddbf 100644 --- a/httemplate/edit/process/access_user.html +++ b/httemplate/edit/process/access_user.html @@ -6,6 +6,7 @@ 'table' => 'access_user', 'viewall_dir' => 'browse', 'copy_on_empty' => [ '_password' ], + 'clear_on_error' => [ '_password', '_password2' ], 'process_m2m' => { 'link_table' => 'access_usergroup', 'target_table' => 'access_group', }, |