Openfire Feature Request: setPassword in HybridAuthProvider and JDBCAuthProvider

I would like to request that the setPassword method in the HybridAuthProvider class be implement to check whether its primary, secondary or tertiary AuthProviders can actually change the password of the specified user and call the corresponding setPassword method of the proper constituent AuthProvider instead of just throwing a UnsupportedOperationException. In the same vein I would like to request that the setPassword method of the JDBCAuthProvider class be implemented to change a users password in the database if supplied with a SQL query string in the openfire.xml file to do so instead of throwing an UnsupportedOperationException.