How to disable "IP address allow list for login attempts" from CLI?

Hello,

I’ve enabled “Use IP address allow list for login attempts” with wrong IP for “admin user settings” and now I logged out and can’t login (Invalid username or password)!

Is there a way to disable this option and revert it back by using CLI / SSH?

I have server ssh root@server access

Thanks

As root, execute these commands:

v-change-user-config-value admin LOGIN_USE_IPLIST no
v-change-user-config-value admin LOGIN_ALLOW_IPS ''
2 Likes

Hi sahsanu,

Still not working:
Invalid username or password

I added a second command, maybe you only get one before I edited the post.

2 Likes

YES, It worked!!
THANK YOU, You are like an Angel.
Appreciate You

2 Likes