Removed all unneeded helpers from main codebase and removed deprecated

test
This commit is contained in:
Tom Bloor 2017-04-18 22:44:59 +01:00
parent 68b66d431c
commit 5a1c6b0015
3 changed files with 62 additions and 501 deletions

View file

@ -47,7 +47,7 @@ sub register {
} else {
my $new_user = $c->schema->resultset('User')->find_or_new({
email => $validation->param('email'),
hashedpassword => $c->generate_hashed_password( $validation->param('password') ),
hashedpassword => $validation->param('password'),
joindate => DateTime->now(),
customer => {
username => $validation->param('name'),