ACL Login update with pages in acl array and file in allowed access list lookup

This commit is contained in:
2025-04-15 18:42:55 +09:00
parent 1a4c8e188f
commit aff4944ffd
3 changed files with 37 additions and 2 deletions

View File

@@ -50,7 +50,8 @@ class EditUsers implements Interface\TableArraysInterface
'HIDDEN_value' => $_POST['HIDDEN_password'] ?? '',
'CONFIRM_value' => $_POST['CONFIRM_password'] ?? '',
'output_name' => 'Password',
'mandatory' => 1,
// make it not mandatory to create dummy accounts that can only login via login url id
'mandatory' => 0,
'type' => 'password', // later has to be password for encryption in database
'update' => [ // connected field updates, and update data
'password_change_date' => [ // db row to update