[
https://issues.apache.org/jira/browse/SYNCOPE-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18087538#comment-18087538
]
ASF subversion and git services commented on SYNCOPE-1972:
----------------------------------------------------------
Commit b2888c2a605024a3c349cf52bd447b16c9dce469 in syncope's branch
refs/heads/4_1_X from Samuel Garofalo
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=b2888c2a60 ]
[SYNCOPE-1972] set security answer in enduser and fix for password reset (#1415)
> Can't set security question/answer on enduser
> ---------------------------------------------
>
> Key: SYNCOPE-1972
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1972
> Project: Syncope
> Issue Type: Bug
> Components: enduser
> Affects Versions: 4.1.1
> Reporter: Samuel Garofalo
> Assignee: Samuel Garofalo
> Priority: Major
> Fix For: 4.1.2, 5.0.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> To reproduce the error:
> * login on enduser
> * choose Security question
> * a RuntimeException in thrown with this error message:
> {code:java}
> Last cause: Property could not be resolved for class: class
> org.apache.syncope.common.lib.to.UserTO expression: securityAnswer
> WicketMessage: An error occurred while getting the model object for
> Component: [AutoCompleteTextField [Component id = textField, page =
> org.apache.syncope.client.enduser.pages.EditSecurityQuestion, path =
> body:contentWrapper:content:securityQuestionForm:securityAnswer:textField,
> type =
> org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField,
> isVisible = true, isVersioned = false, markup = [markup =
> jar:file:/home/ilgrosso/redeploy/syncope-standalone-4.1.2-SNAPSHOT/apache-tomcat-10.1.55/webapps/syncope-enduser/WEB-INF/lib/syncope-client-idrepo-common-ui-4.1.2-SNAPSHOT.jar!/org/apache/syncope/client/ui/commons/markup/html/form/AjaxTextFieldPanel.html
> <input type="text" class="form-control mb-3" wicket:id="textField"
> placeholder=""/>, index = 0, current = '<input type="text"
> class="form-control mb-3" wicket:id="textField" placeholder=""/>' (line 0,
> column 0)]]]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)