File tree Expand file tree Collapse file tree 16 files changed +42
-42
lines changed
Identity/UI/src/Areas/Identity/Pages/V5/Account
ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Account Expand file tree Collapse file tree 16 files changed +42
-42
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<h1 >@ViewData ["Title"]</h1 >
9
9
<div class =" row" >
10
- <div class =" col-md-4 " >
10
+ <div class =" col-lg-6 " >
11
11
<section >
12
12
<form id =" account" method =" post" >
13
13
<h2 >Use a local account to log in.</h2 >
46
46
</form >
47
47
</section >
48
48
</div >
49
- <div class =" col-md-6 col-md -offset-2" >
49
+ <div class =" col-lg-4 col-lg -offset-2" >
50
50
<section >
51
51
<h3 >Use another service to log in.</h3 >
52
52
<hr />
Original file line number Diff line number Diff line change 8
8
<h3 >@ViewData ["Title"]</h3 >
9
9
<partial name =" _StatusMessage" for =" StatusMessage" />
10
10
<div class =" row" >
11
- <div class =" col-md -6" >
11
+ <div class =" col-xl -6" >
12
12
<form id =" change-password-form" method =" post" >
13
13
<div asp-validation-summary =" ModelOnly" class =" text-danger" role =" alert" ></div >
14
14
<div class =" form-floating mb-3" >
15
- <input asp-for =" Input.OldPassword" class =" form-control" autocomplete =" current-password" aria-required =" true" placeholder =" Please enter your old password. " />
15
+ <input asp-for =" Input.OldPassword" class =" form-control" autocomplete =" current-password" aria-required =" true" placeholder =" Enter the old password" />
16
16
<label asp-for =" Input.OldPassword" class =" form-label" ></label >
17
17
<span asp-validation-for =" Input.OldPassword" class =" text-danger" ></span >
18
18
</div >
19
19
<div class =" form-floating mb-3" >
20
- <input asp-for =" Input.NewPassword" class =" form-control" autocomplete =" new-password" aria-required =" true" placeholder =" Please enter your new password. " />
20
+ <input asp-for =" Input.NewPassword" class =" form-control" autocomplete =" new-password" aria-required =" true" placeholder =" Enter the new password" />
21
21
<label asp-for =" Input.NewPassword" class =" form-label" ></label >
22
22
<span asp-validation-for =" Input.NewPassword" class =" text-danger" ></span >
23
23
</div >
24
24
<div class =" form-floating mb-3" >
25
- <input asp-for =" Input.ConfirmPassword" class =" form-control" autocomplete =" new-password" aria-required =" true" placeholder =" Please confirm your new password. " />
25
+ <input asp-for =" Input.ConfirmPassword" class =" form-control" autocomplete =" new-password" aria-required =" true" placeholder =" Enter the new password" />
26
26
<label asp-for =" Input.ConfirmPassword" class =" form-label" ></label >
27
27
<span asp-validation-for =" Input.ConfirmPassword" class =" text-danger" ></span >
28
28
</div >
Original file line number Diff line number Diff line change 8
8
<h3 >@ViewData ["Title"]</h3 >
9
9
<partial name =" _StatusMessage" for =" StatusMessage" />
10
10
<div class =" row" >
11
- <div class =" col-md -6" >
11
+ <div class =" col-xl -6" >
12
12
<form id =" email-form" method =" post" >
13
13
<div asp-validation-summary =" All" class =" text-danger" role =" alert" ></div >
14
14
@if (Model .IsEmailConfirmed )
15
15
{
16
16
<div class =" form-floating mb-3 input-group" >
17
- <input asp-for =" Email" class =" form-control" placeholder =" Please enter your email. " disabled />
17
+ <input asp-for =" Email" class =" form-control" placeholder =" Enter your email" disabled />
18
18
<div class =" input-group-append" >
19
19
<span class =" h-100 input-group-text text-success font-weight-bold" >✓</span >
20
20
</div >
24
24
else
25
25
{
26
26
<div class =" form-floating mb-3" >
27
- <input asp-for =" Email" class =" form-control" placeholder =" Please enter your email. " disabled />
27
+ <input asp-for =" Email" class =" form-control" placeholder =" Enter your email" disabled />
28
28
<label asp-for =" Email" class =" form-label" ></label >
29
29
<button id =" email-verification" type =" submit" asp-page-handler =" SendVerificationEmail" class =" btn btn-link" >Send verification email </button >
30
30
</div >
31
31
}
32
32
<div class =" form-floating mb-3" >
33
- <input asp-for =" Input.NewEmail" class =" form-control" autocomplete =" email" aria-required =" true" placeholder =" Please enter new email. " />
33
+ <input asp-for =" Input.NewEmail" class =" form-control" autocomplete =" email" aria-required =" true" placeholder =" Enter new email" />
34
34
<label asp-for =" Input.NewEmail" class =" form-label" ></label >
35
35
<span asp-validation-for =" Input.NewEmail" class =" text-danger" ></span >
36
36
</div >
Original file line number Diff line number Diff line change 32
32
with a unique code. Enter the code in the confirmation box below.
33
33
</p >
34
34
<div class =" row" >
35
- <div class =" col-md -6" >
35
+ <div class =" col-xl -6" >
36
36
<form id =" send-code" method =" post" >
37
37
<div class =" form-floating mb-3" >
38
38
<input asp-for =" Input.Code" class =" form-control" autocomplete =" off" placeholder =" Please enter the code." />
Original file line number Diff line number Diff line change 12
12
<form id =" profile-form" method =" post" >
13
13
<div asp-validation-summary =" ModelOnly" class =" text-danger" role =" alert" ></div >
14
14
<div class =" form-floating mb-3" >
15
- <input asp-for =" Username" class =" form-control" placeholder =" Please choose your username. " disabled />
15
+ <input asp-for =" Username" class =" form-control" placeholder =" Choose your username" disabled />
16
16
<label asp-for =" Username" class =" form-label" ></label >
17
17
</div >
18
18
<div class =" form-floating mb-3" >
19
- <input asp-for =" Input.PhoneNumber" class =" form-control" placeholder =" Please enter your phone number. " />
19
+ <input asp-for =" Input.PhoneNumber" class =" form-control" placeholder =" Enter your phone number" />
20
20
<label asp-for =" Input.PhoneNumber" class =" form-label" ></label >
21
21
<span asp-validation-for =" Input.PhoneNumber" class =" text-danger" ></span >
22
22
</div >
Original file line number Diff line number Diff line change 12
12
account so you can log in without an external login.
13
13
</p >
14
14
<div class =" row" >
15
- <div class =" col-md -6" >
15
+ <div class =" col-xl -6" >
16
16
<form id =" set-password-form" method =" post" >
17
17
<div asp-validation-summary =" ModelOnly" class =" text-danger" role =" alert" ></div >
18
18
<div class =" form-floating mb-3" >
19
- <input asp-for =" Input.NewPassword" class =" form-control" autocomplete =" new-password" placeholder =" Please enter your new password. " />
19
+ <input asp-for =" Input.NewPassword" class =" form-control" autocomplete =" new-password" placeholder =" Enter the new password" />
20
20
<label asp-for =" Input.NewPassword" class =" form-label" ></label >
21
21
<span asp-validation-for =" Input.NewPassword" class =" text-danger" ></span >
22
22
</div >
23
23
<div class =" form-floating mb-3" >
24
- <input asp-for =" Input.ConfirmPassword" class =" form-control" autocomplete =" new-password" placeholder =" Please confirm your new password. " />
24
+ <input asp-for =" Input.ConfirmPassword" class =" form-control" autocomplete =" new-password" placeholder =" Enter the new password" />
25
25
<label asp-for =" Input.ConfirmPassword" class =" form-label" ></label >
26
26
<span asp-validation-for =" Input.ConfirmPassword" class =" text-danger" ></span >
27
27
</div >
Original file line number Diff line number Diff line change 15
15
<h2 >Change your account settings</h2 >
16
16
<hr />
17
17
<div class =" row" >
18
- <div class =" col-md -3" >
18
+ <div class =" col-lg -3" >
19
19
<partial name =" _ManageNav" />
20
20
</div >
21
- <div class =" col-md -9" >
21
+ <div class =" col-lg -9" >
22
22
@RenderBody()
23
23
</div >
24
24
</div >
Original file line number Diff line number Diff line change 7
7
<h1 >@ViewData ["Title"]</h1 >
8
8
9
9
<div class =" row" >
10
- <div class =" col-md-4 " >
10
+ <div class =" col-lg-6 " >
11
11
<form id =" registerForm" asp-route-returnUrl =" @Model.ReturnUrl" method =" post" >
12
12
<h2 >Create a new account.</h2 >
13
13
<hr />
30
30
<button id =" registerSubmit" type =" submit" class =" w-100 btn btn-lg btn-primary" >Register</button >
31
31
</form >
32
32
</div >
33
- <div class =" col-md-6 col-md -offset-2" >
33
+ <div class =" col-lg-4 col-lg -offset-2" >
34
34
<section >
35
35
<h3 >Use another service to register.</h3 >
36
36
<hr />
Original file line number Diff line number Diff line change 14
14
15
15
<h1 >Log in</h1 >
16
16
<div class =" row" >
17
- <div class =" col-md-4 " >
17
+ <div class =" col-lg-6 " >
18
18
<section >
19
19
<StatusMessage Message =" @errorMessage" />
20
20
<EditForm Model =" Input" method =" post" OnValidSubmit =" LoginUser" FormName =" login" >
55
55
</EditForm >
56
56
</section >
57
57
</div >
58
- <div class =" col-md-6 col-md -offset-2" >
58
+ <div class =" col-lg-4 col-lg -offset-2" >
59
59
<section >
60
60
<h3 >Use another service to log in.</h3 >
61
61
<hr />
Original file line number Diff line number Diff line change 15
15
<h3 >Change password</h3 >
16
16
<StatusMessage Message =" @message" />
17
17
<div class =" row" >
18
- <div class =" col-md -6" >
18
+ <div class =" col-xl -6" >
19
19
<EditForm Model =" Input" FormName =" change-password" OnValidSubmit =" OnValidSubmitAsync" method =" post" >
20
20
<DataAnnotationsValidator />
21
21
<ValidationSummary class =" text-danger" role =" alert" />
22
22
<div class =" form-floating mb-3" >
23
- <InputText type =" password" @bind-Value =" Input.OldPassword" id =" Input.OldPassword" class =" form-control" autocomplete =" current-password" aria-required =" true" placeholder =" Please enter your old password. " />
23
+ <InputText type =" password" @bind-Value =" Input.OldPassword" id =" Input.OldPassword" class =" form-control" autocomplete =" current-password" aria-required =" true" placeholder =" Enter the old password" />
24
24
<label for =" Input.OldPassword" class =" form-label" >Old password</label >
25
25
<ValidationMessage For =" () => Input.OldPassword" class =" text-danger" />
26
26
</div >
27
27
<div class =" form-floating mb-3" >
28
- <InputText type =" password" @bind-Value =" Input.NewPassword" id =" Input.NewPassword" class =" form-control" autocomplete =" new-password" aria-required =" true" placeholder =" Please enter your new password. " />
28
+ <InputText type =" password" @bind-Value =" Input.NewPassword" id =" Input.NewPassword" class =" form-control" autocomplete =" new-password" aria-required =" true" placeholder =" Enter the new password" />
29
29
<label for =" Input.NewPassword" class =" form-label" >New password</label >
30
30
<ValidationMessage For =" () => Input.NewPassword" class =" text-danger" />
31
31
</div >
32
32
<div class =" form-floating mb-3" >
33
- <InputText type =" password" @bind-Value =" Input.ConfirmPassword" id =" Input.ConfirmPassword" class =" form-control" autocomplete =" new-password" aria-required =" true" placeholder =" Please confirm your new password. " />
33
+ <InputText type =" password" @bind-Value =" Input.ConfirmPassword" id =" Input.ConfirmPassword" class =" form-control" autocomplete =" new-password" aria-required =" true" placeholder =" Enter the new password" />
34
34
<label for =" Input.ConfirmPassword" class =" form-label" >Confirm password</label >
35
35
<ValidationMessage For =" () => Input.ConfirmPassword" class =" text-danger" />
36
36
</div >
You can’t perform that action at this time.
0 commit comments