added captcha and email validation to webgui auth
This commit is contained in:
parent
7db5db5833
commit
66e2028c3a
5 changed files with 99 additions and 5 deletions
|
|
@ -578,8 +578,11 @@ Superclass method that performs standard logout routines.
|
|||
=cut
|
||||
|
||||
sub logout {
|
||||
my $self = shift;
|
||||
WebGUI::Session::end($session{var}{sessionId});
|
||||
WebGUI::Session::start(1);
|
||||
my $u = WebGUI::User->new(1);
|
||||
$self->{user} = $u;
|
||||
return "";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue