dietpi-software changing chown user

I installed dietpi on my raspberry pi3B+ and i make a new user with sull access on the system. Then i deleted default “dietpi” user for security reasons.
At his point, i have a little problem when i try to install any software using dietpi-software: the first command was

chown dietpi:dietpi /mnt/dietpi_userdata/Music /mnt/dietpi_userdata/Pictures /mnt/dietpi_userdata/Video /mnt/dietpi_userdata/downloads

but dietpi user doesn’t exist anymore, so i need manually editing the command and insert my new default user…
how i can fix globally this problem and use my new user as default??

This is not possible at the moment as we expect user dietpi to be available. It’s used as well for some application. There is a plan to change this behaviour and to have the user replaced during initial setup with an own private one. But this is just a plan and I’m not sure how long implementation will take as it is a larger task.

Ok thanks for the reply. I will wait :slight_smile: