Skip to content

Commit

Permalink
Update to new password list
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Sep 29, 2023
1 parent 016dd22 commit 0eb884e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/GADS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ config->{plugins}->{'Auth::Extensible'}->{denied_page} = '403';
$_->create_internal_columns foreach @{$instances->all};
}

my $password_generator = CtrlO::Crypt::XkcdPassword->new;
my $password_generator = CtrlO::Crypt::XkcdPassword->new(
wordlist => 'CtrlO::Crypt::XkcdPassword::Wordlist::eff_large'
);

sub _update_csrf_token
{ session csrf_token => Session::Token->new(length => 32)->get;
Expand Down

0 comments on commit 0eb884e

Please sign in to comment.