Users are not able to change their own name.

This commit is contained in:
2026-06-13 15:16:43 +02:00
parent ec82b2add0
commit 9de2fc0ad1
3 changed files with 56 additions and 25 deletions

View File

@@ -51,8 +51,10 @@ $pageNavbar->outPutNavbar();
if ($user_data) {
$formBuilder->startForm(); ?>
<form id="FormValidation" enctype="multipart/form-data" method="POST" action="/api/v1/userprofile/configure/">
<form id="FormValidation" enctype="multipart/form-data" method="POST" action="/api/v1/portal-management/users/">
<input type="hidden" name="X-HTTP-Method-Override" value="PUT">
<input type="hidden" name="user_uuid" value="<?php echo $user_uuid; ?>"/>
<input type="hidden" name="user_profile_change" value="true"/>
<div class="card-body">
<div class="form-group form-show-validation row">