set off client registration information on dun reg page
parent
26483b22a9
commit
8168acf04b
|
@ -237,7 +237,7 @@
|
||||||
"or": " - OR - ",
|
"or": " - OR - ",
|
||||||
"regtoken-placeholder": "Enter Registration Access Token",
|
"regtoken-placeholder": "Enter Registration Access Token",
|
||||||
"warning": "<strong>Warning!</strong> You MUST protect your <b>Client ID</b>, <b>Client Secret (if provided)</b>, and your <b>Registration Access Token</b>. If you lose your Client ID or Registration Access Token, you will no longer have access to your client's registration records and you will need to register a new client.",
|
"warning": "<strong>Warning!</strong> You MUST protect your <b>Client ID</b>, <b>Client Secret (if provided)</b>, and your <b>Registration Access Token</b>. If you lose your Client ID or Registration Access Token, you will no longer have access to your client's registration records and you will need to register a new client.",
|
||||||
"will-be-generated": "Will be generated"
|
"will-be-generated": "Will be generated by the server when the client is saved"
|
||||||
},
|
},
|
||||||
"grant": {
|
"grant": {
|
||||||
"manage-approved-sites": "Manage Approved Sites",
|
"manage-approved-sites": "Manage Approved Sites",
|
||||||
|
|
|
@ -67,6 +67,8 @@
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
<div class="tab-pane active" id="client-main-tab">
|
<div class="tab-pane active" id="client-main-tab">
|
||||||
|
|
||||||
|
<div class="well">
|
||||||
|
|
||||||
<% if (client.client_id) { %>
|
<% if (client.client_id) { %>
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
|
@ -134,6 +136,7 @@
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="control-group" id="clientName">
|
<div class="control-group" id="clientName">
|
||||||
<label class="control-label" data-i18n="client.client-form.client-name">Client name</label>
|
<label class="control-label" data-i18n="client.client-form.client-name">Client name</label>
|
||||||
|
|
Loading…
Reference in New Issue