Remove regenerate key option from settings menu for now
We added regenerate key button in order to allow people reset their private key on Travis CI after a possible security breach. Travis CI users can't leak the key, because they don't even have access to it, so at this point it's not needed anymore.
This commit is contained in:
parent
e68b6b49c0
commit
ad0567fe13
|
@ -2,15 +2,6 @@
|
|||
<a href="#" {{action "menu" target=view}} class="menu-popup-button">Settings</a>
|
||||
|
||||
<ul class="menu">
|
||||
{{#if view.displayRegenerateKey}}
|
||||
<li>
|
||||
<a href="#" name="regenerate-key"
|
||||
{{action "regenerateKeyPopup" target=view}}
|
||||
{{bind-attr class=":open-popup view.canRegenerateKey::disabled"}}>
|
||||
Regenerate Key
|
||||
</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
{{#if view.displaySettingsLink}}
|
||||
<li>
|
||||
{{#link-to "settings" view.repo}}Settings{{/link-to}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user