Skip to content

Commit 9936618

Browse files
committed
change token size to 32 characters
1 parent dbbd424 commit 9936618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/UserManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class UserManager
1818
const ADMIN_EMAIL = 'admin@example.com';
1919
const ADMIN_NAME = 'Admin';
2020
const ADMIN_PASSWORD = 'Secur1ty';
21-
const TOKEN_SIZE = 32;
21+
const TOKEN_SIZE = 16;
2222

2323
/**
2424
* Doctrine entity manager.

0 commit comments

Comments
 (0)