Isaac Bennetch

Results 18 issues of Isaac Bennetch

When a user is changing their password, we should check if [`AllowNoPassword`](https://docs.phpmyadmin.net/en/latest/config.html#cfg_Servers_AllowNoPassword) is false, and if it is false then we should warn the user strongly before allowing them to...

help wanted
newbie
hacktoberfest
good first issue

QA_5_2 and master have a problem if blowfish_secret isn't exactly 32 bytes long. The main pane is blank aside from the top tabs and this is logged: ``` PHP Fatal...

bug
has-pr

### Describe the bug When using Designer, I drag the tables around. Sometimes, the table gets "stuck" at what seems like a boundary area; for instance in this screenshot, "rental"...

bug
ui
good first issue

Missing option to remove metadata exposure in PDF report: when exporting using PDF format the generated file contain metadata such as: 1. phpMyAdmin version 2. TCPDF version 3. creation date...

enhancement
hardening

With the sql-parser version 5.5.0 that's included with my phpMyAdmin, I'm looking at the example WITH...AS statement: ```sql with foo as ( select * from products where bar in ('foo',...

bug

### Describe the bug The query: `select * from /*!i*/nformation_schema.tables;` Executes as if it were: `select * from information_schema.tables;` This is improper. ### Expected behavior MySQL and MariaDB return an...

bug

The extremely limited MySQL manual entry is here: https://dev.mysql.com/doc/refman/8.0/en/savepoint.html We currently don't understand these three commands: - [ ] `SAVEPOINT foo` - [ ] `ROLLBACK [WORK] TO [SAVEPOINT] foo` where...

enhancement
kind/support

There are currently two Docker repositories, the [official image](https://hub.docker.com/_/phpmyadmin) and the [phpMyAdmin organization image](https://hub.docker.com/r/phpmyadmin/phpmyadmin). I'd like to work towards deprecating and removing the phpMyAdmin one because there's no need to...

discussion

It's been customary to include a screenshot of the theme, so `create-release.sh` should check for the presence of the `screen.png` file before continuing (perhaps allowing the user to continue if...

Hi, this might be related to #218 but I'm not that certain. Also, I'm not sure if it belongs here or at https://github.com/docker-library/official-images/issues/ Docker Hub seems to be confused about...