Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: account
-
Labels:
-
Similar Issues:
Description
If we do not provide a value in new password 1, the application says 'Done' even if password wasn't changed which is confusing about the expected results.
If we put an nothing in the field 'current password', the application generate a stacktrace
HTTP ERROR 500
Problem accessing /myself/update. Reason:
Server Error
Caused by:
javax.servlet.ServletException: javax.servlet.ServletException: javax.naming.OperationNotSupportedException: [LDAP: error code 53 - unauthenticated bind (DN with no password) disallowed]
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
Code changed in jenkins
User: Olblak
Path:
src/main/java/org/jenkinsci/account/Myself.java
http://jenkins-ci.org/commit/account-app/6fbc46cebdacb57916fcd6264f4eb247dba751f9
Log:
Merge pull request #117 from olblak/
INFRA-1477INFRA-1477Check if old/new password is providedCompare: https://github.com/jenkins-infra/account-app/compare/baa3fe25e69c...6fbc46cebdac