From 27099e37b01af3c7d976aa8e2c97c3361969c6cc Mon Sep 17 00:00:00 2001 From: Janik Kleinhoff Date: Mon, 26 Dec 2016 19:21:25 +0000 Subject: ASM::DB::Result::User: check_passphrase -> check_password This is for easier integration with Catalyst. --- lib/ASM/DB/Result/User.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ASM/DB/Result/User.pm b/lib/ASM/DB/Result/User.pm index 1a35c3a..5e5d17c 100644 --- a/lib/ASM/DB/Result/User.pm +++ b/lib/ASM/DB/Result/User.pm @@ -27,7 +27,7 @@ __PACKAGE__->add_columns( cost => 13, salt_random => 1, }, - passphrase_check_method => 'check_passphrase', + passphrase_check_method => 'check_password', is_nullable => 0, }, ); -- cgit v1.2.3