Added password update in security section

This commit is contained in:
Pierre 2018-04-21 08:41:50 +02:00
parent a773170e55
commit 348cf881d5

View File

@ -43,6 +43,9 @@ ComunicWeb.pages.settings.sections.security = {
//Append the form to query user password
this._append_form_prompt_user_password(boxBody);
//Offer the user to update its password too
ComunicWeb.pages.settings.sections.password.open(args, target);
},
/**