|
|
|
@ -145,7 +145,7 @@ sub do_register_invite ( $c ) { |
|
|
|
push @{$c->stash->{errors}}, "Confirm Password is required" unless $p_confirm; |
|
|
|
push @{$c->stash->{errors}}, "Confirm Password is required" unless $p_confirm; |
|
|
|
push @{$c->stash->{errors}}, "Invite code is required" unless $invite; |
|
|
|
push @{$c->stash->{errors}}, "Invite code is required" unless $invite; |
|
|
|
|
|
|
|
|
|
|
|
return $c->redirect_error( 'show_register' ) |
|
|
|
return $c->redirect_error( 'show_register_invite' ) |
|
|
|
if $c->stash->{errors}; |
|
|
|
if $c->stash->{errors}; |
|
|
|
|
|
|
|
|
|
|
|
push @{$c->stash->{errors}}, "Password and confirm password must match" |
|
|
|
push @{$c->stash->{errors}}, "Password and confirm password must match" |
|
|
|
|