Skip to content

Commit 3961a8b

Browse files
Merge pull request #59000 from nextcloud/bugfix/noid/enable-onetime-qrcode-for-34
feat(qrcode): Enable one-time QR codes by default for 34
2 parents 5a1c233 + 7e5a690 commit 3961a8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/settings/lib/ConfigLexicon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function getStrictness(): Strictness {
3535

3636
public function getAppConfigs(): array {
3737
return [
38-
new Entry(key: self::LOGIN_QRCODE_ONETIME, type: ValueType::BOOL, defaultRaw: false, definition: 'Use onetime QR codes for app passwords', note: 'Limits compatibility for mobile apps to versions released in 2026 or later'),
38+
new Entry(key: self::LOGIN_QRCODE_ONETIME, type: ValueType::BOOL, defaultRaw: true, definition: 'Use onetime QR codes for app passwords', note: 'Limits compatibility for mobile apps to versions released in 2026 or later'),
3939
];
4040
}
4141

0 commit comments

Comments
 (0)