fix: request a password to change sensitive user data (#5629)

This commit is contained in:
Ariel Leyva
2026-01-03 02:44:03 -05:00
committed by GitHub
parent 943e5340d0
commit b8151a038a
9 changed files with 103 additions and 26 deletions

View File

@@ -5,6 +5,7 @@ interface ISettings {
minimumPasswordLength: number;
userHomeBasePath: string;
defaults: SettingsDefaults;
authMethod: string;
rules: any[];
branding: SettingsBranding;
tus: SettingsTus;