summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Auth.pm')
-rw-r--r--Bugzilla/Auth.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Auth.pm b/Bugzilla/Auth.pm
index c502ffc35..6583d4e8b 100644
--- a/Bugzilla/Auth.pm
+++ b/Bugzilla/Auth.pm
@@ -96,6 +96,12 @@ sub login {
return $self->_handle_login_result($login_info, $type);
}
+sub successful_info_getter {
+ my ($self) = @_;
+
+ return $self->{_info_getter}->{successful};
+}
+
sub can_change_password {
my ($self) = @_;
my $verifier = $self->{_verifier}->{successful};