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:
@@ -63,6 +63,7 @@
|
||||
value="@if($mode == 'edit'){{ $user->last_name }}@endif">
|
||||
</div>
|
||||
|
||||
@if(!GROCY_IS_EMBEDDED_INSTALL && !GROCY_DISABLE_AUTH)
|
||||
@if(!defined('GROCY_EXTERNALLY_MANAGED_AUTHENTICATION'))
|
||||
@if($mode == 'edit')
|
||||
<div class="form-group mb-1">
|
||||
@@ -115,6 +116,7 @@
|
||||
id="password_confirm"
|
||||
value="x">
|
||||
@endif
|
||||
@endif
|
||||
|
||||
@include('components.userfieldsform', array(
|
||||
'userfields' => $userfields,
|
||||
|
Reference in New Issue
Block a user