Z Zermus New Member Proxmox Subscriber Nov 30, 2024 4 0 1 Feb 8, 2025 #1 So I messed up and added *@blah.com as an email address on my server instead of adding that to my email address. Now it shows on the drop down list for E-mail: users. How do I delete it?
So I messed up and added *@blah.com as an email address on my server instead of adding that to my email address. Now it shows on the drop down list for E-mail: users. How do I delete it?
E elmarconi Well-Known Member Nov 28, 2017 52 15 48 57 Feb 9, 2025 #2 E Post in thread 'Cleaning up extra users added by mistake to the user whitelist and blacklist' Feb 6, 2025 Been digging, can see the lines to delete with: Code: pmgsh get /quarantine/quarusers can list empty list. Code: pmgsh get /quarantine/whitelist --pmail *@wrongmail.tld 200 OK cannot delete Code: pmgsh delete /quarantine/whitelist --pmail *@wrongmail.tld 400 Parameter verification failed. address: property is missing and it is not optional Any psql magic to apply? --edit-- Found it myself, with a little support of ChatGPT ;-) Code: root@PMG8-CT:~$ sudo -i -u postgres postgres@PMG8-CT:~$ psql -d Proxmox_ruledb psql (15.10 (Debian 15.10-0+deb12u1)) Type "help" for help...
E Post in thread 'Cleaning up extra users added by mistake to the user whitelist and blacklist' Feb 6, 2025 Been digging, can see the lines to delete with: Code: pmgsh get /quarantine/quarusers can list empty list. Code: pmgsh get /quarantine/whitelist --pmail *@wrongmail.tld 200 OK cannot delete Code: pmgsh delete /quarantine/whitelist --pmail *@wrongmail.tld 400 Parameter verification failed. address: property is missing and it is not optional Any psql magic to apply? --edit-- Found it myself, with a little support of ChatGPT ;-) Code: root@PMG8-CT:~$ sudo -i -u postgres postgres@PMG8-CT:~$ psql -d Proxmox_ruledb psql (15.10 (Debian 15.10-0+deb12u1)) Type "help" for help...