- Timestamp:
- 11/26/10 22:54:46 (14 years ago)
- Location:
- branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost
- Files:
-
- 2 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)) { -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Home/Index.aspx
r4604 r4950 10 10 To learn more about ASP.NET MVC visit <a href="http://asp.net/mvc" title="ASP.NET MVC Website">http://asp.net/mvc</a>. 11 11 </p> 12 13 <h3>Password: <%: Session["pwd"] %></h3> 12 14 </asp:Content>
Note: See TracChangeset
for help on using the changeset viewer.