@Override
    public CompletableFuture<Void> updatePassword(String password) {
        try {
            fullChecker(password, "when updating the password");
        } catch (Exception e) {