Version 18.8.1

This commit is contained in:
Antonio Cañas Vargas 2018-10-25 13:05:36 +02:00
parent c54ed0e6eb
commit 40a532568b
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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;