mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-27 02:02:36 -04:00
Add QR code generation feature to the user edit page that allows administrators to quickly set up users in the zmNg mobile app. - Add qrcode.min.js library for client-side QR code generation - Add collapsible QR code section to user.php view - Generate QR codes with zmNg-compatible JSON format containing profile name, portal URL, username, and password - Profile name uses ZM_WEB_TITLE or ZM_HOME_URL if customized, otherwise defaults to 'ZoneMinder' - Only visible when API is enabled and user has API access - Add translation strings for new UI elements 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>