diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-01-24 15:29:03 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-01-24 15:29:03 -0800 |
commit | f4209091a9f7120f1961ab2d2efd4d3a00b94268 (patch) | |
tree | f2dceacc5cdd38f0c17ffaf1940576bc433c8699 /httemplate/edit/process | |
parent | 73bc4b116c6436e5992058c7909437a0ff9884a6 (diff) |
fix initial employee add w/password, RT#32456
Diffstat (limited to 'httemplate/edit/process')
-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, ) %> |