-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
3.1.2
-
None
Trying to track down an issue recently I noticed that /login/index.php is using "magic numbers" for the $errorcode variable in some places, rather than the defined AUTH_LOGIN_* constants. This makes it more difficult to read and understand the code, and to track down issues, so it would be a good idea to replace them.
- duplicates
-
MDL-48480 login/index.php $errorcode uses a mixture of constants and hard coded ints
-
- Closed
-