
Backend/Func/CheckModerator.pm - Require a valid Moderator or Admin.
This function gives a HTML message if the user is not a Moderator or Admin. If the user is valid, it passes control to the Admin/Moderator password functions.
$self->CheckModerator($userdetails_object);
Example
$self->CheckModerator($self->{userdetails});
|