Changeset 4950 for branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers
- Timestamp:
- 11/26/10 22:54:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers/AccountController.cs
r4604 r4950 37 37 if (ModelState.IsValid) { 38 38 if (MembershipService.ValidateUser(model.UserName, model.Password)) { 39 Session["pwd"] = model.Password; 39 40 FormsService.SignIn(model.UserName, model.RememberMe); 40 41 if (!String.IsNullOrEmpty(returnUrl)) {
Note: See TracChangeset
for help on using the changeset viewer.