diff --git a/swad_changelog.h b/swad_changelog.h index 45aa24a5d..1a3f44af6 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -355,10 +355,11 @@ En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 18.8 (2018-10-25)" +#define Log_PLATFORM_VERSION "SWAD 18.8.1 (2018-10-25)" #define CSS_FILE "swad18.4.css" #define JS_FILE "swad17.17.1.js" /* + Version 18.8.1: Oct 25, 2018 Fix bug in password, reported by Francisco A. Ocaņa. (238044 lines) Version 18.8: Oct 25, 2018 New internal functions to build database queries. (238043 lines) Version 18.7.42: Oct 25, 2018 Some sprintf for database queries changed by asprintf. (238146 lines) Version 18.7.41: Oct 24, 2018 Some sprintf for database queries changed by asprintf. (238125 lines) diff --git a/swad_password.c b/swad_password.c index 60397e938..015546f88 100644 --- a/swad_password.c +++ b/swad_password.c @@ -180,7 +180,7 @@ void Pwd_UpdateMyPwd (void) /***** Check current password *****/ if (Pwd_CheckCurrentPassword ()) /***** Check and update new password *****/ - Pwd_CheckAndUpdateNewPwd (&Gbl.Usrs.Other.UsrDat); + Pwd_CheckAndUpdateNewPwd (&Gbl.Usrs.Me.UsrDat); else { Gbl.Alert.Type = Ale_WARNING;