- 🇦🇺Australia dpi Perth, Australia
The random number concept will be replaced with a number generation service in future versions.
A todo exists in the repo:
# src/Provider/PhoneNumberVerification.php#L155
// @todo Replace with code generator.
$random = new Random();
$code = strtoupper($random->name(6));
Closed: won't fix
2.1
Core Framework
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The random number concept will be replaced with a number generation service in future versions.