X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Faccess_user.html;h=c31890653e89eb405447c3a82c846bd332134ca3;hp=f3024f1bac2b782a0fb86c874c61c318a84a3458;hb=73bc4b116c6436e5992058c7909437a0ff9884a6;hpb=5a4575731851fce0eba09f9e1b5b0ff589ded357 diff --git a/httemplate/edit/process/access_user.html b/httemplate/edit/process/access_user.html index f3024f1ba..c31890653 100644 --- a/httemplate/edit/process/access_user.html +++ b/httemplate/edit/process/access_user.html @@ -38,21 +38,24 @@ sub precheck_callback { return ''; } -sub post_new_object_callback { +#sub post_new_object_callback { +# my( $cgi, $access_user ) = @_; +# +# if ( length($cgi->param('_password')) ) { +# my $password = scalar($cgi->param('_password')); +# my $error = $access_user->is_password_allowed($password); +# #XXX and then bubble the error back up to the UI +# } +#} + +sub noerror_callback { my( $cgi, $access_user ) = @_; if ( length($cgi->param('_password')) ) { my $password = scalar($cgi->param('_password')); - #my $error = $access_user->is_password_allowed($password) - # || $access_user->change_password($password); $access_user->change_password($password); } -} - -sub noerror_callback { - my( $cgi, $access_user ) = @_; - #handle installer checkbox my @sched_item = $access_user->sched_item; my $sched_item = $sched_item[0];