File tree Expand file tree Collapse file tree
Examples/BookingSystem.AspNetCore.IdentityServer/Views/Account Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44<div class =" login-page" >
55 <div class =" page-header" >
6- <h1 >Login</h1 >
6+ <h1 >Lorem Fitsum Seller Login</h1 >
77 </div >
88
99 <partial name =" _ValidationSummary" />
1414 <div class =" col-sm-6" >
1515 <div class =" panel panel-default" >
1616 <div class =" panel-heading" >
17- <h3 class =" panel-title" >Local Login </h3 >
17+ <h3 class =" panel-title" >Seller Login </h3 >
1818 </div >
1919 <div class =" panel-body" >
2020 <form asp-route =" Login" >
9292 <h3 class =" panel-title" >Test credentials</h3 >
9393 </div >
9494 <div class =" panel-body" >
95+ <p >Please use the test Seller credentials below to log in:</p >
96+ <div ><b >Username</b > → ; <b >Password</b ></div >
9597 @foreach ( var seller in FakeDatabase .DefaultSellerUsers )
9698 {
9799 <div >@seller.Username → ; @seller.PasswordRaw </div >
Original file line number Diff line number Diff line change 77
88 <div class =" row" >
99 <div class =" col-sm-6" >
10- <p >Would you like to logout of IdentityServer ?</p >
10+ <p >Would you like to logout of Lorem Fitsum ?</p >
1111 <form asp-action =" Logout" >
1212 <input type =" hidden" name =" logoutId" value =" @Model.LogoutId" />
1313 <fieldset >
You can’t perform that action at this time.
0 commit comments