Added logging and fixed some security concerns
This commit is contained in:
@ -41,4 +41,7 @@ public class PasswordChangeRequest extends Event<String> {
|
||||
* @since Envoy Common v0.2-beta
|
||||
*/
|
||||
public String getOldPassword() { return oldPassword; }
|
||||
|
||||
@Override
|
||||
public String toString() { return "PasswordChangeRequest[id=" + id + "]"; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user