Open Issues Need Help
View All on GitHubAI Summary: The task involves fixing a bug in the GYM One gym management software's registration process. The bug prevents the email verification toggle from working correctly, meaning new users are always required to verify their email, even when the toggle is disabled. The fix requires changing a single line of PHP code in the `register/index.php` file to ensure a type match between a string and a boolean value.
Complexity:
1/5
Bug Good first issue
GYM One is an open-source, free gym management software designed to optimize the operations of fitness centers, personal trainers, and sports clubs.
PHP
#fullstack-development#gym-management#opensource#php