Hi experts,
i want to set password to blank for multiple hotspot users.
suppose i have 100 hotspot users with profile name LOGIN and want to set password to blank.
is there any command or script that change the password to blank only for users to whom LOGIN profle is assigned.
sorry for bad english.
This command is working if 1 user is create with LOGIN profile. If multiple users are create with same profile it doesn,t work. ![]()
if ([/ip hotspot user get [find profile=LOGIN]]) do={[/ip hotspot user set [find profile=LOGIN] password=“”]}