The Basics
- Nextcloud Server version (e.g., 29.x.x):
32.0.3
- Operating system and version (e.g., Ubuntu 24.04):
Debian Trixie
- Web server and version (e.g, Apache 2.4.25):
nGinx
- PHP version (e.g, 8.3):
8.2
- Is this the first time you’ve seen this error? (Yes / No):
yes
- When did this problem seem to first start?
yesterday
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
Archive
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
No
Summary of the issue you are facing:
I have created a NC instance for my family. One of the users, has created 2FA, but no Backup codes as of yet. As a result every month, the user will be reminded, that he should create backup codes. The Mail is send to the users e-mail, but it seems, that also the configured admin mail account receives the same notification via Mail. Is this the default and can i disable this behavior, or is there something miss-configured?
Configuration
Nextcloud
The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"my.domain.com"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"version": "32.0.3.2",
"overwrite.cli.url": "https:\/\/my.domain.com",
"dbtype": "mysql",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"installed": true,
"default_language": "de",
"default_timezone": "Europe\/Berlin",
"memories.db.triggers.fcu": true,
"memories.exiftool": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/exiftool-aarch64-glibc",
"memories.vod.path": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/go-vod-aarch64",
"memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
"memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
"memories.vod.disable": true,
"memories.video_default_quality": "-2",
"memories.vod.use_transpose": true,
"memories.vod.use_gop_size": true,
"memories.gis_type": 1,
"memories.index.mode": "3",
"memories.index.path.blacklist": "\\\/@(Recycle|eaDir|calibre)\\\/",
"memories.index.path": "\/Photos",
"enable_previews": true,
"enabledPreviewProviders": [
"OC\\Preview\\JPEG",
"OC\\Preview\\HEIC",
"OC\\Preview\\WEBP",
"OC\\Preview\\MP3",
"OC\\Preview\\Image",
"OC\\Preview\\Movie"
],
"preview_max_x": 1920,
"preview_max_y": 1920,
"preview_max_scale_factor": 1,
"jpeg_quality": 60,
"default_phone_region": "DE",
"integrity.check.disabled": false,
"knowledgebaseenabled": false,
"mail_smtpmode": "sendmail",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": true,
"mail_smtpport": "587",
"debug": false,
"overwriteprotocol": "https",
"activity_expire_days": 14,
"auth.bruteforce.protection.enabled": true,
"ratelimit.protection.enabled": true,
"trashbin_retention_obligation": "auto, 7",
"logfile": "\/var\/log\/nextcloud\/nextcloud.log",
"logtimezone": "Europe\/Berlin",
"loglevel": 2,
"log_rotate_size": 0,
"remember_login_cookie_lifetime": 1296000,
"session_lifetime": 86400,
"session_keepalive": true,
"auto_logout": false,
"profile.enabled": false,
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 1,
"password": "***REMOVED SENSITIVE VALUE***"
},
"app_install_overwrite": [
"theming_customcss"
],
"twofactor_enforced": "true",
"twofactor_enforced_groups": [],
"twofactor_enforced_excluded_groups": [],
"defaultapp": "files",
"forbidden_filename_characters": [
"<",
">",
":",
"\"",
"|",
"?",
"*",
"\\",
"\/"
],
"forbidden_filename_extensions": [
" ",
".",
".filepart",
".part"
],
"filesystem_check_changes": 0,
"maintenance_window_start": 1,
"maintenance": false,
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"theme": "",
"cron_log": true,
"forbidden_filenames": [
".htaccess",
"Thumbs.db",
"thumbs.db"
],
"forbidden_filename_basenames": [
"con",
"prn",
"aux",
"nul",
"com0",
"com1",
"com2",
"com3",
"com4",
"com5",
"com6",
"com7",
"com8",
"com9",
"com\u00b9",
"com\u00b2",
"com\u00b3",
"lpt0",
"lpt1",
"lpt2",
"lpt3",
"lpt4",
"lpt5",
"lpt6",
"lpt7",
"lpt8",
"lpt9",
"lpt\u00b9",
"lpt\u00b2",
"lpt\u00b3"
]
}
}