Skip to content

New Feature

a605adb
Select commit
Loading
Failed to load commit list.
Open

New feature #74

New Feature
a605adb
Select commit
Loading
Failed to load commit list.
ZeroPath AI Dev / Security Check failed Dec 10, 2025 in 11s

Scan completed

Blocking issue(s) found.

Details

Possible security or compliance issues detected. Reviewed everything up to a605adb.

The following issues were found:

Security Overview
Detected Code Changes
Change Type Relevant files
Enhancement ► admin/include/add_core_tabs.inc.php
    Add Security Center tab
► admin/include/functions.php
    Add Security Center to active menu
► admin/security_center.php
    Implement Security Center page
► admin/themes/default/template/security_center.tpl
    Add Security Center template
► include/constants.php
    Define LOGIN_ATTEMPTS_TABLE
► include/functions_user.inc.php
    Implement login attempt recording
► language/en_UK/admin.lang.php
    Add Security Center translations
► register.php
    Record login attempt on registration
► ws.php
    No description available
Configuration changes ► admin/include/functions_upgrade.php
    Define LOGIN_ATTEMPTS_TABLE
► install/db/182-database.php
    Create login_attempts table
► install/piwigo_structure-mysql.sql
    Add login_attempts table structure
Other ► include/functions_user.inc.php
    Add function to get login username
► include/functions_user.inc.php
    Modify log_user to record login attempts
► include/functions_user.inc.php
    Modify auto_login to record origin
► include/functions_user.inc.php
    Modify pwg_login to record login attempts
► include/functions_user.inc.php
    Modify auth_key_login to record login attempts
► install.php
    Modify install to record origin