UserManager for HotSpot and DHCP server

Hello

I use usermanager for hotspot and dhcp server.
Hotspot auth user by mac address.
Now I have such problem: When a user is disabled in usermanager, he is blocked not only in the hotspot, but he does not receive lease from dhcp server. Is it possible to set up usermanager to disable user only in hotspot?

RouterOS: 5.22
Hardware platform: x86

Part of config:

/ip dhcp-server
add add-arp=yes address-pool=static-only authoritative=after-2sec-delay bootp-support=static disabled=no interface=10 lease-time=3d name=10 src-address=10.0.0.1 \
    use-radius=yes
set store-leases-disk=5m
/ip dhcp-server network
add address=10.0.0.0/24 dhcp-option="" dns-server=8.8.8.8,8.8.4.4 gateway=10.0.0.1 ntp-server="" wins-server=""

/ip hotspot profile
set [ find default=yes ] dns-name="" hotspot-address=0.0.0.0 html-directory=hotspot http-proxy=0.0.0.0:0 login-by=mac mac-auth-password="" name=default nas-port-type=\
    ethernet radius-accounting=yes radius-default-domain="" radius-interim-update=received radius-location-id="" radius-location-name="" radius-mac-format=\
    XX:XX:XX:XX:XX:XX rate-limit="" smtp-server=0.0.0.0 use-radius=yes