Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: a3d8443e231989fea6b6d86cf0b7c75a932bb3f7 https://github.com/xwiki/xwiki-platform/commit/a3d8443e231989fea6b6d86cf0b7c... Author: LucasC <[email protected]> Date: 2025-08-13 (Wed, 13 Aug 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/passwd.vm Log Message: ----------- XWIKI-20630: Improve usability of the "Change Password" page (#4188) * XWIKI-20630: Improve usability of the "Change Password" page * Updated the error message so that it's easier to understand that it's asynchronous (contrarily to live validation which happens as the user fills the form up) * Updated the error message creation to use a standard velocimacro. * Removed an unecessary line of information. This info is now always shown to users and handled by the live validation script. * Moved the async validation error before the form. * Reworded the error message to make it a bit clearer * Changed the async validation error from inline to standalone. Not discussed but looks better in this new context IMO. --------- Co-authored-by: Simon Urli <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications