From f4209091a9f7120f1961ab2d2efd4d3a00b94268 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 24 Jan 2018 15:29:03 -0800 Subject: [PATCH] fix initial employee add w/password, RT#32456 --- httemplate/edit/process/access_user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ) %> -- 2.11.0