Commit e6280cee4a5387d4982218be7594525c73321be1

Authored by Amrita Vishnoi
1 parent 38bba7d4

testing

.gitignore
... ... @@ -82,4 +82,5 @@ $tf*/
82 82  
83 83  
84 84 400-SOURCECODE/AIAHTML5.ADMIN.API/Controllers/UserController.cs
85   -400-SOURCECODE/AIAHTML5.API/Controllers/AuthenticateController.cs
86 85 \ No newline at end of file
  86 +400-SOURCECODE/AIAHTML5.API/Controllers/AuthenticateController.cs
  87 +*.cs
87 88 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.API/Controllers/AuthenticateController.cs
... ... @@ -129,7 +129,7 @@ using System.Data.SqlClient;namespace AIAHTML5.API.Controllers
129 129  
130 130 if (updateCount < 0)
131 131 {
132   - //Put the log in log file
  132 +
133 133 logger.Fatal("Unable to Update past wrong login attempts for userId= " + userInfo.Id);
134 134 }
135 135 //else
... ...