1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-07-13 14:38:09 +00:00

Added password update in security section

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

@ -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);
},
/**