Adding user to group doesn't work

Oh, wait. I see this is a known issue.

I ran these commands:

root@fedora:~# echo "$(getent group | grep dialout)" >> /etc/group
root@fedora:~# usermod -aG dialout me

Then I rebooted and I was correctly added to the dialout group.