andreapollastri / cipi

Install and manage your server like a pro! With Cipi you don’t need to be a Sys Admin to deploy and manage websites and PHP applications powered by cloud VPS.
https://cipi.andreapollastri.net
1.09k stars 223 forks source link

Generating username from domain name could be better #362

Closed fatihalp closed 2 years ago

fatihalp commented 2 years ago

I'm making lots of changes from ssh console. Then it's hard to change working directory when you have random generated usernames.

like:

$site->username = substr ( strtolower($request->domain), 0, 8 );

What do you think?

andreapollastri commented 2 years ago

Hi! Thank You for the issue!

Cipi was made thinking to a different use than your massive Editing of sites configuration so I'm sorry if the usernames will take slow your process.

Anyway, your idea could not be considered because:

fatihalp commented 2 years ago

First of all, there may be a one in a billion duplicate in the current situation :)

I was thinking same way you about security. I realized that user experience is more important than anything else. I really liked project even I was thinking start same kind of project and you already did it which is same logic with me.

image cPanel has market share of 94.30% in web-hosting-control-panel market. If cPanel solved these issues I believe we can. Maybe it's not time to do that I understand.

There is a monopoly in the control panel industry and unfair pricing. I really want the project to go forward.

andreapollastri commented 2 years ago

Hi, you are right, cPanel and Plesk let to customize username and password but I really don't like this approach and I think that user experience is very important but security is most important than anything else.

Anyway, about UI, personally I like the concept of:

I'm really sorry about my answer but Cipi is an Open Source project so feel free to customize it to your needs.

Best, Andrea