diff --git a/views/layout/default.blade.php b/views/layout/default.blade.php index ae4d31ff..551d2eb0 100644 --- a/views/layout/default.blade.php +++ b/views/layout/default.blade.php @@ -656,10 +656,8 @@ class="dropdown-item discrete-link link-return"> {{ $__t('User settings') }} - @if(!GROCY_IS_EMBEDDED_INSTALL && !GROCY_DISABLE_AUTH)  {{ $__t('Manage users') }} - @endif @if(!GROCY_DISABLE_AUTH) + @if(!GROCY_IS_EMBEDDED_INSTALL && !GROCY_DISABLE_AUTH) @if(!defined('GROCY_EXTERNALLY_MANAGED_AUTHENTICATION')) @if($mode == 'edit')
@@ -115,6 +116,7 @@ id="password_confirm" value="x"> @endif + @endif @include('components.userfieldsform', array( 'userfields' => $userfields, diff --git a/views/users.blade.php b/views/users.blade.php index cc100b9e..e8295ca1 100644 --- a/views/users.blade.php +++ b/views/users.blade.php @@ -97,12 +97,14 @@ title="{{ $__t('Edit this item') }}"> + @if(!GROCY_IS_EMBEDDED_INSTALL && !GROCY_DISABLE_AUTH) + @endif