The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pangloss::Segment::ModifyUser - modify user.

SYNOPSIS

  $pipe->add_segment( Pangloss::Segment::ModifyUser->new )

DESCRIPTION

This class inherits its interface from Pipeline::Segment.

On dispatch(), if the request has an 'modify_user' argument, attempts to modify the user specified by 'selected_user' and return the resulting view or error.

AUTHOR

Steve Purkis <spurkis@quiup.com>

SEE ALSO

Pangloss::Segment::LoadUser, Pangloss::Application::UserEditor