Sentora Support Forums

Full Version: MySQL and FTP usernames
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

How could I let the ftp and mysql usernames automatically start with the username.
So 'client02' can't create 'client03', but he can make 'client02_client03'

Kind Regards,
Rick
This is infact a very good suggestion for a future update.
Check this @[Me.B] and @[TGates]
This was actually planned Wink
Wanted to normalize it according to client account in DB name, mysql user, ftp user, etc Wink
So, all of the above would automatically start with [accountname]_. This also makes it easier to sort out who has what on your server Wink
Hope it is realized soon Big Grin
That would possibly be the reason I start using Sentora on my production server Wink
I've added this functionality to Sentora for FTP accounts.

Pull request is sent. I'm waiting for an answer.

https://github.com/sentora/sentora-core/pull/168
(06-08-2015, 08:30 AM)Rick Wrote: [ -> ]I've added this functionality to Sentora for FTP accounts.

Pull request is sent. I'm waiting for an answer.

https://github.com/sentora/sentora-core/pull/168

Thanks!
(06-09-2015, 02:35 AM)TGates Wrote: [ -> ]
(06-08-2015, 08:30 AM)Rick Wrote: [ -> ]I've added this functionality to Sentora for FTP accounts.

Pull request is sent. I'm waiting for an answer.

https://github.com/sentora/sentora-core/pull/168

Thanks!

Your welcome. When I have some spare time I will also try to add this functionality for MySQL Smile

Also added for MySQL.
https://github.com/sentora/sentora-core/pull/169

Please accept Smile
ok we will check thanks