File tree Expand file tree Collapse file tree 37 files changed +37
-37
lines changed
UI/src/Areas/Identity/Pages
IdentitySample.DefaultUI/Areas/Identity/Pages/Account
testassets/Identity.DefaultUI.WebSite/Pages/Contoso Expand file tree Collapse file tree 37 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 17
17
<div class =" row" >
18
18
<div class =" col-md-4" >
19
19
<form asp-page-handler =" Confirmation" asp-route-returnUrl =" @Model.ReturnUrl" method =" post" >
20
- <div asp-validation-summary =" All " class =" text-danger" ></div >
20
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
21
21
<div class =" form-group" >
22
22
<label asp-for =" Input.Email" ></label >
23
23
<input asp-for =" Input.Email" class =" form-control" />
Original file line number Diff line number Diff line change 10
10
<div class =" row" >
11
11
<div class =" col-md-4" >
12
12
<form method =" post" >
13
- <div asp-validation-summary =" All " class =" text-danger" ></div >
13
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
14
14
<div class =" form-group" >
15
15
<label asp-for =" Input.Email" ></label >
16
16
<input asp-for =" Input.Email" class =" form-control" />
Original file line number Diff line number Diff line change 12
12
<form id =" account" method =" post" >
13
13
<h4 >Use a local account to log in.</h4 >
14
14
<hr />
15
- <div asp-validation-summary =" All " class =" text-danger" ></div >
15
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
16
16
<div class =" form-group" >
17
17
<label asp-for =" Input.Email" ></label >
18
18
<input asp-for =" Input.Email" class =" form-control" />
Original file line number Diff line number Diff line change 11
11
<div class =" col-md-4" >
12
12
<form method =" post" asp-route-returnUrl =" @Model.ReturnUrl" >
13
13
<input asp-for =" RememberMe" type =" hidden" />
14
- <div asp-validation-summary =" All " class =" text-danger" ></div >
14
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
15
15
<div class =" form-group" >
16
16
<label asp-for =" Input.TwoFactorCode" ></label >
17
17
<input asp-for =" Input.TwoFactorCode" class =" form-control" autocomplete =" off" />
Original file line number Diff line number Diff line change 13
13
<div class =" row" >
14
14
<div class =" col-md-4" >
15
15
<form method =" post" >
16
- <div asp-validation-summary =" All " class =" text-danger" ></div >
16
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
17
17
<div class =" form-group" >
18
18
<label asp-for =" Input.RecoveryCode" ></label >
19
19
<input asp-for =" Input.RecoveryCode" class =" form-control" autocomplete =" off" />
Original file line number Diff line number Diff line change 10
10
<div class =" row" >
11
11
<div class =" col-md-6" >
12
12
<form id =" change-password-form" method =" post" >
13
- <div asp-validation-summary =" All " class =" text-danger" ></div >
13
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
14
14
<div class =" form-group" >
15
15
<label asp-for =" Input.OldPassword" ></label >
16
16
<input asp-for =" Input.OldPassword" class =" form-control" />
Original file line number Diff line number Diff line change 16
16
17
17
<div >
18
18
<form id =" delete-user" method =" post" class =" form-group" >
19
- <div asp-validation-summary =" All " class =" text-danger" ></div >
19
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
20
20
@if (Model .RequirePassword )
21
21
{
22
22
<div class =" form-group" >
Original file line number Diff line number Diff line change 10
10
<div class =" row" >
11
11
<div class =" col-md-6" >
12
12
<form id =" profile-form" method =" post" >
13
- <div asp-validation-summary =" All " class =" text-danger" ></div >
13
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
14
14
<div class =" form-group" >
15
15
<label asp-for =" Username" ></label >
16
16
<input asp-for =" Username" class =" form-control" disabled />
Original file line number Diff line number Diff line change 14
14
<div class =" row" >
15
15
<div class =" col-md-6" >
16
16
<form id =" set-password-form" method =" post" >
17
- <div asp-validation-summary =" All " class =" text-danger" ></div >
17
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
18
18
<div class =" form-group" >
19
19
<label asp-for =" Input.NewPassword" ></label >
20
20
<input asp-for =" Input.NewPassword" class =" form-control" />
Original file line number Diff line number Diff line change 11
11
<form id =" registerForm" asp-route-returnUrl =" @Model.ReturnUrl" method =" post" >
12
12
<h4 >Create a new account.</h4 >
13
13
<hr />
14
- <div asp-validation-summary =" All " class =" text-danger" ></div >
14
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
15
15
<div class =" form-group" >
16
16
<label asp-for =" Input.Email" ></label >
17
17
<input asp-for =" Input.Email" class =" form-control" />
Original file line number Diff line number Diff line change 10
10
<div class =" row" >
11
11
<div class =" col-md-4" >
12
12
<form method =" post" >
13
- <div asp-validation-summary =" All " class =" text-danger" ></div >
13
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
14
14
<input asp-for =" Input.Code" type =" hidden" />
15
15
<div class =" form-group" >
16
16
<label asp-for =" Input.Email" ></label >
Original file line number Diff line number Diff line change 17
17
<div class =" row" >
18
18
<div class =" col-md-4" >
19
19
<form asp-page-handler =" Confirmation" asp-route-returnUrl =" @Model.ReturnUrl" method =" post" >
20
- <div asp-validation-summary =" All " class =" text-danger" ></div >
20
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
21
21
<div class =" form-group" >
22
22
<label asp-for =" Input.Email" ></label >
23
23
<input asp-for =" Input.Email" class =" form-control" />
Original file line number Diff line number Diff line change 10
10
<div class =" row" >
11
11
<div class =" col-md-4" >
12
12
<form method =" post" >
13
- <div asp-validation-summary =" All " class =" text-danger" ></div >
13
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
14
14
<div class =" form-group" >
15
15
<label asp-for =" Input.Email" ></label >
16
16
<input asp-for =" Input.Email" class =" form-control" />
Original file line number Diff line number Diff line change 12
12
<form id =" account" method =" post" >
13
13
<h4 >Use a local account to log in.</h4 >
14
14
<hr />
15
- <div asp-validation-summary =" All " class =" text-danger" ></div >
15
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
16
16
<div class =" form-group" >
17
17
<label asp-for =" Input.Email" ></label >
18
18
<input asp-for =" Input.Email" class =" form-control" />
Original file line number Diff line number Diff line change 11
11
<div class =" col-md-4" >
12
12
<form method =" post" asp-route-returnUrl =" @Model.ReturnUrl" >
13
13
<input asp-for =" RememberMe" type =" hidden" />
14
- <div asp-validation-summary =" All " class =" text-danger" ></div >
14
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
15
15
<div class =" form-group" >
16
16
<label asp-for =" Input.TwoFactorCode" ></label >
17
17
<input asp-for =" Input.TwoFactorCode" class =" form-control" autocomplete =" off" />
Original file line number Diff line number Diff line change 13
13
<div class =" row" >
14
14
<div class =" col-md-4" >
15
15
<form method =" post" >
16
- <div asp-validation-summary =" All " class =" text-danger" ></div >
16
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
17
17
<div class =" form-group" >
18
18
<label asp-for =" Input.RecoveryCode" ></label >
19
19
<input asp-for =" Input.RecoveryCode" class =" form-control" autocomplete =" off" />
Original file line number Diff line number Diff line change 10
10
<div class =" row" >
11
11
<div class =" col-md-6" >
12
12
<form id =" change-password-form" method =" post" >
13
- <div asp-validation-summary =" All " class =" text-danger" ></div >
13
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
14
14
<div class =" form-group" >
15
15
<label asp-for =" Input.OldPassword" ></label >
16
16
<input asp-for =" Input.OldPassword" class =" form-control" />
Original file line number Diff line number Diff line change 15
15
16
16
<div >
17
17
<form id =" delete-user" method =" post" class =" form-group" >
18
- <div asp-validation-summary =" All " class =" text-danger" ></div >
18
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
19
19
@if (Model .RequirePassword )
20
20
{
21
21
<div class =" form-group" >
Original file line number Diff line number Diff line change 10
10
<div class =" row" >
11
11
<div class =" col-md-6" >
12
12
<form id =" profile-form" method =" post" >
13
- <div asp-validation-summary =" All " class =" text-danger" ></div >
13
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
14
14
<div class =" form-group" >
15
15
<label asp-for =" Username" ></label >
16
16
<input asp-for =" Username" class =" form-control" disabled />
Original file line number Diff line number Diff line change 14
14
<div class =" row" >
15
15
<div class =" col-md-6" >
16
16
<form id =" set-password-form" method =" post" >
17
- <div asp-validation-summary =" All " class =" text-danger" ></div >
17
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
18
18
<div class =" form-group" >
19
19
<label asp-for =" Input.NewPassword" ></label >
20
20
<input asp-for =" Input.NewPassword" class =" form-control" />
Original file line number Diff line number Diff line change 11
11
<form id =" registerForm" asp-route-returnUrl =" @Model.ReturnUrl" method =" post" >
12
12
<h4 >Create a new account.</h4 >
13
13
<hr />
14
- <div asp-validation-summary =" All " class =" text-danger" ></div >
14
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
15
15
<div class =" form-group" >
16
16
<label asp-for =" Input.Email" ></label >
17
17
<input asp-for =" Input.Email" class =" form-control" />
Original file line number Diff line number Diff line change 10
10
<div class =" row" >
11
11
<div class =" col-md-4" >
12
12
<form method =" post" >
13
- <div asp-validation-summary =" All " class =" text-danger" ></div >
13
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
14
14
<input asp-for =" Input.Code" type =" hidden" />
15
15
<div class =" form-group" >
16
16
<label asp-for =" Input.Email" ></label >
Original file line number Diff line number Diff line change 9
9
<div class =" row" >
10
10
<div class =" col-md-6" >
11
11
<form method =" post" >
12
- <div asp-validation-summary =" All " class =" text-danger" ></div >
12
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
13
13
<div class =" form-group" >
14
14
<label asp-for =" Username" ></label >
15
15
<input asp-for =" Username" class =" form-control" disabled />
Original file line number Diff line number Diff line change 11
11
<form asp-route-returnUrl =" @Model.ReturnUrl" method =" post" >
12
12
<h4 >Create a new account.</h4 >
13
13
<hr />
14
- <div asp-validation-summary =" All " class =" text-danger" ></div >
14
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
15
15
<div class =" form-group" >
16
16
<label asp-for =" Input.Email" ></label >
17
17
<input asp-for =" Input.Email" class =" form-control" />
Original file line number Diff line number Diff line change 9
9
<form asp-controller =" Account" asp-action =" ExternalLoginConfirmation" asp-route-returnurl =" @ViewData[" ReturnUrl " ]" method =" post" class =" form-horizontal" role =" form" >
10
10
<h4 >Association Form</h4 >
11
11
<hr />
12
- <div asp-validation-summary =" All " class =" text-danger" ></div >
12
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
13
13
14
14
<p class =" text-info" >
15
15
You've successfully authenticated with <strong >@ViewData ["ProviderDisplayName"]</strong >.
Original file line number Diff line number Diff line change 11
11
@* <form asp-controller="Account" asp-action="ForgotPassword" method="post" class="form-horizontal" role="form">
12
12
<h4>Enter your email.</h4>
13
13
<hr />
14
- <div asp-validation-summary="All " class="text-danger"></div>
14
+ <div asp-validation-summary="ModelOnly " class="text-danger"></div>
15
15
<div class="form-group">
16
16
<label asp-for="Email" class="col-md-2 control-label"></label>
17
17
<div class="col-md-10">
Original file line number Diff line number Diff line change 15
15
<form asp-controller =" Account" asp-action =" Login" asp-route-returnurl =" @ViewData[" ReturnUrl " ]" method =" post" class =" form-horizontal" role =" form" >
16
16
<h4 >Use a local account to log in.</h4 >
17
17
<hr />
18
- <div asp-validation-summary =" All " class =" text-danger" ></div >
18
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
19
19
<div class =" form-group" >
20
20
<label asp-for =" Email" class =" col-md-2 control-label" ></label >
21
21
<div class =" col-md-10" >
Original file line number Diff line number Diff line change 8
8
<form asp-controller =" Account" asp-action =" Register" asp-route-returnurl =" @ViewData[" ReturnUrl " ]" method =" post" class =" form-horizontal" role =" form" >
9
9
<h4 >Create a new account.</h4 >
10
10
<hr />
11
- <div asp-validation-summary =" All " class =" text-danger" ></div >
11
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
12
12
<div class =" form-group" >
13
13
<label asp-for =" Email" class =" col-md-2 control-label" ></label >
14
14
<div class =" col-md-10" >
Original file line number Diff line number Diff line change 8
8
<form asp-controller =" Account" asp-action =" ResetPassword" method =" post" class =" form-horizontal" role =" form" >
9
9
<h4 >Reset your password.</h4 >
10
10
<hr />
11
- <div asp-validation-summary =" All " class =" text-danger" ></div >
11
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
12
12
<input asp-for =" Code" type =" hidden" />
13
13
<div class =" form-group" >
14
14
<label asp-for =" Email" class =" col-md-2 control-label" ></label >
Original file line number Diff line number Diff line change 6
6
<h1 >@ViewData ["Title"].</h1 >
7
7
8
8
<form asp-controller =" Account" asp-action =" UseRecoveryCode" asp-route-returnurl =" @ViewData[" ReturnUrl " ]" method =" post" class =" form-horizontal" role =" form" >
9
- <div asp-validation-summary =" All " class =" text-danger" ></div >
9
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
10
10
<h4 >@ViewData ["Status"]</h4 >
11
11
<hr />
12
12
<div class =" form-group" >
Original file line number Diff line number Diff line change 6
6
<h1 >@ViewData ["Title"].</h1 >
7
7
8
8
<form asp-controller =" Account" asp-action =" VerifyAuthenticatorCode" asp-route-returnurl =" @ViewData[" ReturnUrl " ]" method =" post" class =" form-horizontal" role =" form" >
9
- <div asp-validation-summary =" All " class =" text-danger" ></div >
9
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
10
10
<input asp-for =" RememberMe" type =" hidden" />
11
11
<h4 >@ViewData ["Status"]</h4 >
12
12
<hr />
Original file line number Diff line number Diff line change 6
6
<h1 >@ViewData ["Title"].</h1 >
7
7
8
8
<form asp-controller =" Account" asp-action =" VerifyCode" asp-route-returnurl =" @ViewData[" ReturnUrl " ]" method =" post" class =" form-horizontal" role =" form" >
9
- <div asp-validation-summary =" All " class =" text-danger" ></div >
9
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
10
10
<input asp-for =" Provider" type =" hidden" />
11
11
<input asp-for =" RememberMe" type =" hidden" />
12
12
<h4 >@ViewData ["Status"]</h4 >
Original file line number Diff line number Diff line change 7
7
<form asp-controller =" Manage" asp-action =" AddPhoneNumber" method =" post" class =" form-horizontal" role =" form" >
8
8
<h4 >Add a phone number.</h4 >
9
9
<hr />
10
- <div asp-validation-summary =" All " class =" text-danger" ></div >
10
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
11
11
<div class =" form-group" >
12
12
<label asp-for =" PhoneNumber" class =" col-md-2 control-label" ></label >
13
13
<div class =" col-md-10" >
Original file line number Diff line number Diff line change 8
8
<form asp-controller =" Manage" asp-action =" ChangePassword" method =" post" class =" form-horizontal" role =" form" >
9
9
<h4 >Change Password Form</h4 >
10
10
<hr />
11
- <div asp-validation-summary =" All " class =" text-danger" ></div >
11
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
12
12
<div class =" form-group" >
13
13
<label asp-for =" OldPassword" class =" col-md-2 control-label" ></label >
14
14
<div class =" col-md-10" >
Original file line number Diff line number Diff line change 11
11
<form asp-controller =" Manage" asp-action =" SetPassword" asp-route-returnurl =" @ViewData[" ReturnUrl " ]" method =" post" class =" form-horizontal" role =" form" >
12
12
<h4 >Set your password</h4 >
13
13
<hr />
14
- <div asp-validation-summary =" All " class =" text-danger" ></div >
14
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
15
15
<div class =" form-group" >
16
16
<label asp-for =" NewPassword" class =" col-md-2 control-label" ></label >
17
17
<div class =" col-md-10" >
Original file line number Diff line number Diff line change 10
10
<h4 >Add a phone number.</h4 >
11
11
<h5 >@ViewData ["Status"]</h5 >
12
12
<hr />
13
- <div asp-validation-summary =" All " class =" text-danger" ></div >
13
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
14
14
<div class =" form-group" >
15
15
<label asp-for =" Code" class =" col-md-2 control-label" ></label >
16
16
<div class =" col-md-10" >
Original file line number Diff line number Diff line change 10
10
<div class =" col-md-4" >
11
11
<section >
12
12
<form id =" external-login" method =" post" >
13
- <div asp-validation-summary =" All " class =" text-danger" ></div >
13
+ <div asp-validation-summary =" ModelOnly " class =" text-danger" ></div >
14
14
<div class =" form-group" >
15
15
<label asp-for =" Input.Login" ></label >
16
16
<input asp-for =" Input.Login" class =" form-control" />
You can’t perform that action at this time.
0 commit comments