keycloak-uncached

Update UserResource.java In my opinion, the old documentation

9/3/2018 7:00:35 AM

Details

diff --git a/services/src/main/java/org/keycloak/services/resources/admin/UserResource.java b/services/src/main/java/org/keycloak/services/resources/admin/UserResource.java
index 7d537ca..c069f81 100755
--- a/services/src/main/java/org/keycloak/services/resources/admin/UserResource.java
+++ b/services/src/main/java/org/keycloak/services/resources/admin/UserResource.java
@@ -561,11 +561,9 @@ public class UserResource {
     }
 
     /**
-     * Set up a temporary password for the user
+     * Set up a new password for the user.
      *
-     * User will have to reset the temporary password next time they log in.
-     *
-     * @param pass A Temporary password
+     * @param pass The representation must contain a value and the type equals to "password"
      */
     @Path("reset-password")
     @PUT