FIX: Don't allow staff to approve users with unverified emails

This commit is contained in:
Robin Ward
2017-09-04 12:55:39 -04:00
parent 153eca23e3
commit db929e58fc
5 changed files with 14 additions and 7 deletions
@@ -466,7 +466,7 @@
{{/if}}
<section>
<hr/>
<hr>
<div class="pull-right">
{{#unless model.anonymizeForbidden}}
{{d-button label="admin.user.anonymize"
@@ -487,7 +487,7 @@
{{#if model.deleteExplanation}}
<div class="clearfix"></div>
<br/>
<br>
<div class="pull-right">
{{d-icon "exclamation-triangle"}} {{model.deleteExplanation}}
</div>