Sentora Support Forums
MySQL and FTP usernames - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36)
+---- Thread: MySQL and FTP usernames (/showthread.php?tid=1579)



MySQL and FTP usernames - Rick - 05-15-2015

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


RE: MySQL and FTP usernames - apinto - 05-15-2015

This is infact a very good suggestion for a future update.
Check this @[Me.B] and @[TGates]


RE: MySQL and FTP usernames - TGates - 05-15-2015

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


RE: MySQL and FTP usernames - Rick - 05-15-2015

Hope it is realized soon Big Grin
That would possibly be the reason I start using Sentora on my production server Wink


RE: MySQL and FTP usernames - Rick - 06-08-2015

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


RE: MySQL and FTP usernames - TGates - 06-09-2015

(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!


RE: MySQL and FTP usernames - Rick - 06-09-2015

(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


RE: MySQL and FTP usernames - Me.B - 06-09-2015

ok we will check thanks