mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Allowed Admin users to impersonate members (#1679)
closes TryGhost/Ghost#12126 depends on https://github.com/TryGhost/Ghost/pull/12132#pullrequestreview-469092171 - Previously, only Owner user was shown option to impersonate a member - Grants Administrator user ability to impersonate a member
This commit is contained in:
parent
8139d35c29
commit
6d4bcb205e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
</h2>
|
||||
|
||||
<section class="view-actions">
|
||||
{{#if this.session.user.isOwner}}
|
||||
{{#if this.session.user.isOwnerOrAdmin}}
|
||||
{{#unless this.member.isNew}}
|
||||
<button
|
||||
class="gh-btn gh-btn-white gh-btn-icon mr2"
|
||||
|
|
Loading…
Add table
Reference in a new issue