mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-22 00:06:53 +01:00
* [ADD] New language translation to Catalan. Thanks to @ferrergl
* [ADD] Added some user preferences like show optional actions and top navigation bar. * [MOD] Updated German translation. Thanks to @wagnst and @ffflorian * [MOD] Updated French translation. Thanks to jmrh, grandpas29 and julien * [MOD] Fallback to plain passwords on forms when PKI is not available. It does not affect to the accounts. * [FIX] Fixed language strings. Closes #147 * [FIX] Fixed master password changing issue that fails when no custom fields are defined. * [FIX] Fixed redirection from 2FA page after login. * [FIX] Fixed account main group saving.
This commit is contained in:
@@ -223,6 +223,10 @@ class Init
|
||||
// Volver a cargar la configuración si se recarga la página
|
||||
if (Request::checkReload()){
|
||||
Config::readConfig();
|
||||
|
||||
// Restablecer el idioma y el tema visual
|
||||
Language::setLanguage();
|
||||
Themes::setTheme();
|
||||
}
|
||||
|
||||
if (self::isLoggedIn() || Request::analyze('isAjax', false, true)) {
|
||||
|
||||
Reference in New Issue
Block a user