X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Flogin%2Fclass_ShipSimuUserLogin.php;h=64aeaff816313d00497fb1e7987980b33a1ce245;hp=5037bd8c658c31f33c36ea09463bda17e0dbfd9e;hb=1e2209b0314919177e08f7ec626e9eb2e1f90d70;hpb=86553167136d11d44e1d938e964134c038785e3e diff --git a/application/ship-simu/main/login/class_ShipSimuUserLogin.php b/application/ship-simu/main/login/class_ShipSimuUserLogin.php index 5037bd8..64aeaff 100644 --- a/application/ship-simu/main/login/class_ShipSimuUserLogin.php +++ b/application/ship-simu/main/login/class_ShipSimuUserLogin.php @@ -118,9 +118,9 @@ class ShipSimuUserLogin extends BaseFrameworkSystem implements LoginableUser { throw new UserPasswordMismatchException(array($this, $userInstance), User::EXCEPTION_USER_PASS_MISMATCH); } // END - if - /* @TODO We need to add something here which will make more than one */ - /* @TODO guest logins, users who are online but based on the same */ - /* @TODO user account. */ + /* @todo We need to add something here which will make more than one */ + /* @todo guest logins, users who are online but based on the same */ + /* @todo user account. */ // Now do the real login. This can be cookie- or session-based login // which depends on the admins setting then on the user's taste.