1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Issue #102 - Added link to security settings to navigate to the identity server's grant management page.

This commit is contained in:
Uncled1023 2019-01-23 18:58:26 -08:00
parent 09e2249604
commit f8c5c739d8

View File

@ -91,6 +91,18 @@
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Client Grants</h2>
<hr />
</div>
</div>
<div class="row">
<div class="form-group col-sm-10">
<a href="@Config.UserConfig.IdentityServerConfig.Authority/Grants">Click here</a> to view/revoke the applications you have granted access to your account.</>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Security Info</h2>
@ -99,7 +111,7 @@
</div>
<!form class="form" action="##" method="post" id="updateForm">
<div class="row">
<div class="form-group col-sm-10">
<div class="form-group col-sm-4">
<label for="update_recovery_email"><h4>Recovery Email</h4></label>
<input class="form-control" name="update_recovery_email" id="update_recovery_email" placeholder="user@example.com" title="enter a recovery email." type="text" value="@Model.RecoveryEmail" />
@if (!string.IsNullOrEmpty(Model.RecoveryEmail))
@ -116,9 +128,7 @@
</p>
}
</div>
</div>
<div class="row">
<div class="col-sm-10">
<div class="col-sm-6">
<label for="update_pgp_public_key"><h4>Public Key</h4></label>
<textarea class="form-control" id="update_pgp_public_key" name="update_pgp_public_key" placeholder="Public Key Here" title="enter your pgp public key" rows="10">@Model.PgpPublicKey</textarea>
</div>