Removed all unneeded helpers from main codebase and removed deprecated
test
This commit is contained in:
parent
68b66d431c
commit
5a1c6b0015
3 changed files with 62 additions and 501 deletions
|
@ -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'),
|
||||
|
|
Reference in a new issue