sogo: master 2300fe8a

Author Committer Branch Timestamp Parent
nfabre GitHub master 2020-07-27 10:12 master 03d8ed5e
Affected Issues  0004140: Changing password should require the old password.
Changeset

fix(core): Require current password on password change (0000285)

Increase security by requiring the current password when changing the
password. This increases the security for cases such as XSS, or just a
forgotten browser window left open.

Fixes 0004140

mod - UI/MainUI/SOGoRootPage.m Diff File
mod - UI/PreferencesUI/English.lproj/Localizable.strings Diff File
mod - UI/PreferencesUI/German.lproj/Localizable.strings Diff File
mod - UI/Templates/PreferencesUI/UIxPreferences.wox Diff File
mod - UI/WebServerResources/js/Common/Authentication.service.js Diff File
mod - UI/WebServerResources/js/Preferences/PreferencesController.js Diff File