./phpunit
Details
Details
- Reviewers
vanmeeuwen mollekopf - Group Reviewers
Restricted Project - Commits
- rK566da9b3c5f9: Password reset link
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/app/Http/Controllers/API/PasswordResetController.php | ||
---|---|---|
158 | password reset codes should be valid for a far shorter period, perhaps as long as 24 hours but no more. | |
src/app/Http/Controllers/API/V4/UsersController.php | ||
494 | min:4 => min:6 | |
src/app/Observers/VerificationCodeObserver.php | ||
44 | isn't that a database schema thing already? | |
src/app/VerificationCode.php | ||
27 | Here's it 8 hours, elsewhere I see 7 days. | |
src/tests/Browser/UsersTest.php | ||
96–99 | Can we $john $user? |