Anilkumar wrote:
i have written lot and tested a lot, but did not get
the Authentication user name, please help me in this.

i need $user should be Authenticated Users name.



From within a plugin, the authenticated user information is available as:

        my $auth_user = $self->qp->{_auth_user};

which is not what I answered in the private mail I just sent. It is also not kosher, because it is relying on internal structure. I'm going to check in a patch which will cause this to work, instead:

        my $auth_user = $self->auth_user();

as soon as I decide the best way to do that.

John

Reply via email to