For security reasons I want to get rid of the standard / original user "admin".
Is it safe to:
Also I had to re-create the cronjob for the Admin-Backup since this was in "possession" of user "admin" and would also store the backups in /home/admin/ which would be deleted once deleting "admin".
Any other things I have to pay attention to when deleting admin?
Thanks!
Is it safe to:
- Create new user "admin2"
- Move all users from "admin" to "admin2"
- Delete admin
Also I had to re-create the cronjob for the Admin-Backup since this was in "possession" of user "admin" and would also store the backups in /home/admin/ which would be deleted once deleting "admin".
Any other things I have to pay attention to when deleting admin?
Thanks!