Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I second that. It's reasonably safe if you usep5wizard said:delete and recreate
lsuser oldname # this gets the user details
rmuser -p oldname # remove the old user
mkuser id=<old id> gecos=<old gecos> etc... newname #recreate with the old values
cd /home/olduser
cp -rp * ../newuser #transfer all their files to their new home directory