TGates

Results 109 comments of TGates

The general change would be to change the input 'type' from "text' to "password" like below: ``` php ``` To: ``` php ``` Are you using the default theme or...

@MBlagui to upgrade, wouldn't a simple password reset fix it? If so, I think we should merge this in.

Also, abuse@ and webmaster@ should be included for that matter. But, automation is second thought as when manually created you create the passwords to your choice....

roundcube and phpmyadmin vhosts would be good, (keep mine at https://mysql.domain.com and https://webmail.domain.com) the rest should be locked down.

You need to update the code to use a prepared statement and bound parameters. `$usersmail=$zdbh->query("SELECT DISTINCT vh_acc_fk,vh_name_vc FROM x_vhosts WHERE vh_acc_fk=$idmail");` Should be something like: ``` $usersmail = $zdbh->prepare("SELECT DISTINCT...

@MBlagui is correct. to keep standards the same, we should keep/change it to accountname_username and make sure mysql users and databases use the same style. changing it to [email protected] is...

There are some issues with this. Some OS distributions have a lower minimal PHP/MySQL version that the current phpmyadmin will not run on. For those using PHP 5.5.0 or newer...

Correct. This is already planned as we update the code and installers for newer OS versions.

This is an interesting feature, and as you mentioned, maybe a good idea. But, i would suggest making a new module that does this rather than edit a core module....

I'll tag Bobby and see what he thinks ;) @bobsta63