Skip to content

Commit 441a248

Browse files
committed
Merge pull request #8757 from ItzNotABug/update-walter-references
Fix Walter References
2 parents 95511d4 + abc2180 commit 441a248

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

app/assets/security/10k-common-passwords

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ august
412412
sammy
413413
cool
414414
brian
415+
brien
415416
platinum
416417
jake
417418
bronco
@@ -1935,6 +1936,7 @@ panama
19351936
lucy
19361937
buffy
19371938
brianna
1939+
brienna
19381940
welcome1
19391941
vette
19401942
blue22
@@ -3053,6 +3055,7 @@ randall
30533055
abstr
30543056
napster
30553057
brian1
3058+
brien1
30563059
bogart
30573060
high
30583061
hitler
@@ -4123,6 +4126,7 @@ truman
41234126
cubbies
41244127
nitram
41254128
briana
4129+
briena
41264130
ebony
41274131
kings
41284132
warner

app/controllers/api/avatars.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -609,9 +609,9 @@
609609

610610
$isPlatinum = $user->getInternalId() % 100 === 0;
611611
} else {
612-
$name = $mock === 'normal-long' ? 'Sir First Walter O\'Brian Junior' : 'Walter O\'Brian';
612+
$name = $mock === 'normal-long' ? 'Sir First Walter O\'Brien Junior' : 'Walter O\'Brien';
613613
$createdAt = new \DateTime('now');
614-
$githubName = $mock === 'normal-no-github' ? '' : ($mock === 'normal-long' ? 'sir-first-walterobrian-junior' : 'walterobrian');
614+
$githubName = $mock === 'normal-no-github' ? '' : ($mock === 'normal-long' ? 'sir-first-walterobrien-junior' : 'walterobrien');
615615
$isHero = $mock === 'hero';
616616
$isContributor = $mock === 'contributor';
617617
$isEmployee = \str_starts_with($mock, 'employee');
@@ -900,9 +900,9 @@
900900
} else {
901901
$bgVariation = \str_ends_with($mock, '-bg2') ? '2' : (\str_ends_with($mock, '-bg3') ? '3' : '1');
902902
$cardVariation = \str_ends_with($mock, '-right') ? '2' : (\str_ends_with($mock, '-middle') ? '3' : '1');
903-
$name = \str_starts_with($mock, 'normal-long') ? 'Sir First Walter O\'Brian Junior' : 'Walter O\'Brian';
903+
$name = \str_starts_with($mock, 'normal-long') ? 'Sir First Walter O\'Brien Junior' : 'Walter O\'Brien';
904904
$createdAt = new \DateTime('now');
905-
$githubName = $mock === 'normal-no-github' ? '' : (\str_starts_with($mock, 'normal-long') ? 'sir-first-walterobrian-junior' : 'walterobrian');
905+
$githubName = $mock === 'normal-no-github' ? '' : (\str_starts_with($mock, 'normal-long') ? 'sir-first-walterobrien-junior' : 'walterobrien');
906906
$isHero = \str_starts_with($mock, 'hero');
907907
$isContributor = \str_starts_with($mock, 'contributor');
908908
$isEmployee = \str_starts_with($mock, 'employee');

0 commit comments

Comments
 (0)