fisharebest / webtrees

Online genealogy
https://webtrees.net
GNU General Public License v3.0
418 stars 290 forks source link

Username Not Passed to Login Page #4956

Closed miqrogroove closed 4 months ago

miqrogroove commented 4 months ago

While testing some new code hacks, I observed the username variable never gets passed into the login form due to the isLocalUrl filtering.

https://github.com/fisharebest/webtrees/blob/a33d8ddb0d1442d048eb4d157d602c9979419b65/app/Http/RequestHandlers/LoginPage.php#L66

I believe there was an extra call due to copypasta from the line above it, but I would need someone to help confirm this theory.

fisharebest commented 4 months ago

Yup - copy/pasta. Thanks!