Closed LordPaulHD closed 1 year ago
By default, the app uses the most privacy friendly service, which is the one that only generates letters.
Go into the admin settings for the passwords app and configure any other service, then clear the favicon cache and your browser cache.
More details are in the manual: https://git.mdns.eu/nextcloud/passwords/-/wikis/Administrators/App-Settings#favicon-service
So einfach gehts. vielen dank
⚠️ This issue respects the following points: ⚠️
Server Information
Configuration (config/config.php)
``` { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "192.168.11.5", "famhennig.eu", "www.famhennig.eu" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "26.0.1.1", "overwrite.cli.url": "http:\/\/192.168.11.5", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "maintenance": false, "mail_smtpmode": "smtp", "mail_sendmailmode": "smtp", "mail_smtpport": "587", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtpauth": 1, "mail_smtpauthtype": "LOGIN", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "default_phone_region": "DE", "memcache.local": "\\OC\\Memcache\\APCu", "theme": "", "loglevel": 2, "app_install_overwrite": [ "occweb" ], "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "twofactor_enforced": "true", "twofactor_enforced_groups": [ "admin", "Freunde" ], "twofactor_enforced_excluded_groups": [ "Familie" ], "remember_login_cookie_lifetime": 1296000, "session_lifetime": 3600, "session_keepalive": false, "auto_logout": true, "opcache.save_comments": 1 } ```Cron Configuration: Array ( [backgroundjobs_mode] => cron [lastcron] => 1684677001 )
External storages: files_external is disabled
Encryption: no
User-backends:
Talk configuration:
STUN servers
TURN servers
Signaling servers (mode: default):
Browser: unknown
root@Nextcloud:/var/www/nextcloud# sudo -u#33 php ./occ passwords:system:report debug { "version": { "server": "26.0.1.1", "app": "2023.5.30", "lsr": false, "php": "8.1.18", "cronPhp": "8.2.5" }, "environment": { "os": "Linux", "architecture": "x86_64", "bits": 64, "database": "mysql", "cron": "cron", "proxy": false, "sslProxy": false, "subdirectory": false }, "services": { "images": "gdlib", "favicons": "default", "previews": "default", "security": "hibp", "words": "auto", "previewApi": false, "faviconApi": false }, "status": { "autoBackupRestored": false }, "settings": { "channel": "stable", "nightlies": false, "handbook": false, "performance": 5 }, "encryption": { "sse": { "SSEv1r1": false, "SSEv1r2": true, "SSEv2r1": false, "SSEv3r1": false, "none": false, "default": "SSEv1r2" }, "cse": { "CSEv1r1": false, "none": true, "default": "none" }
Browser Logs