From 5a0bba22eefd21e63b4a46cb3d70b08468925592 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 17 May 2019 13:07:35 +0100 Subject: [PATCH] Swap folder permissions and sign in method This makes the order match what is shown on the individual team members page. --- app/templates/views/manage-users.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/templates/views/manage-users.html b/app/templates/views/manage-users.html index 32926b8ef..a69a908e0 100644 --- a/app/templates/views/manage-users.html +++ b/app/templates/views/manage-users.html @@ -48,15 +48,6 @@ label ) }} {% endfor %} - {% if current_service.has_permission('email_auth') %} -
- {% if user.auth_type == 'sms_auth' %} - Signs in with a text message code - {% else %} - Signs in with an email link - {% endif %} -
- {% endif %} {# only show if the service has folders #} {% if current_service.all_template_folders %}
@@ -71,6 +62,15 @@ {% endif%}
{% endif %} + {% if current_service.has_permission('email_auth') %} +
+ {% if user.auth_type == 'sms_auth' %} + Signs in with a text message code + {% else %} + Signs in with an email link + {% endif %} +
+ {% endif %} {% if current_user.has_permissions('manage_service') %}