This is an automated email from the ASF dual-hosted git repository. alexoree pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit 088c0d3f80d66342f87ca4e66f029c00e5d51ed3 Merge: 7b3b4f129 b79f2c3fe Author: spyhunter99 <[email protected]> AuthorDate: Sat Nov 15 20:12:57 2025 -0500 Merge pull request #438 from spyhunter99/bug/JSPWIKI-1239-email-optional JSPWIKI-1239 a string length check added to prevent duplicate email c… ChangeLog.md | 15 +++++++ .../src/main/java/org/apache/wiki/api/Release.java | 2 +- .../wiki/http/filter/ClearSiteDataFilter.java | 50 ---------------------- jspwiki-main/pom.xml | 5 +++ .../org/apache/wiki/auth/DefaultUserManager.java | 20 +++++---- .../wiki/tasks/auth/SaveUserProfileTask.java | 2 +- .../java/org/apache/wiki/ui/InputValidator.java | 5 +-- jspwiki-war/src/main/webapp/Login.jsp | 2 +- jspwiki-war/src/main/webapp/WEB-INF/web.xml | 9 +--- pom.xml | 7 +++ 10 files changed, 44 insertions(+), 73 deletions(-)
