mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Allow user editing in embedded (+ disabled authentication) mode (closes grocy/grocy-desktop#47)
This commit is contained in:
@@ -656,10 +656,8 @@
|
||||
class="dropdown-item discrete-link link-return">
|
||||
<i class="fa-solid fa-user-cog"></i> {{ $__t('User settings') }}
|
||||
</a>
|
||||
@if(!GROCY_IS_EMBEDDED_INSTALL && !GROCY_DISABLE_AUTH)
|
||||
<a class="dropdown-item discrete-link permission-USERS_READ"
|
||||
href="{{ $U('/users') }}"><i class="fa-solid fa-users"></i> {{ $__t('Manage users') }}</a>
|
||||
@endif
|
||||
<div class="dropdown-divider"></div>
|
||||
@if(!GROCY_DISABLE_AUTH)
|
||||
<a class="dropdown-item discrete-link"
|
||||
|
Reference in New Issue
Block a user