diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-01-24 15:28:59 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-01-24 15:28:59 -0800 |
commit | 3dd3c5bb7cb8343733164dd706b333ae3f67a55a (patch) | |
tree | 72e517eaafa1825cae313c87b576e10db53869d8 | |
parent | 4a7ad57104162ad7f4e19fed3cee762bfcf9bb55 (diff) |
fix initial employee add w/password, RT#32456
-rw-r--r-- | httemplate/edit/process/access_user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/access_user.html b/httemplate/edit/process/access_user.html index c31890653..fcd210f83 100644 --- a/httemplate/edit/process/access_user.html +++ b/httemplate/edit/process/access_user.html @@ -11,7 +11,7 @@ 'target_table' => 'access_group', }, 'precheck_callback' => \&precheck_callback, - 'post_new_object_callback' => \&post_new_object_callback, + #'post_new_object_callback' => \&post_new_object_callback, 'noerror_callback' => \&noerror_callback, ) %> |