diff options
| author | 2016-12-26 19:21:25 +0000 | |
|---|---|---|
| committer | 2016-12-26 19:24:01 +0000 | |
| commit | 27099e37b01af3c7d976aa8e2c97c3361969c6cc (patch) | |
| tree | c432d7dd53dfd0168ef4225a8cd37de09557c4c4 | |
| parent | 6f69f83d5a435f1de83924119a06ba61f3391243 (diff) | |
ASM::DB::Result::User: check_passphrase -> check_password
This is for easier integration with Catalyst.
| -rw-r--r-- | lib/ASM/DB/Result/User.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, ); |
