Skip to content

Commit 88cdbce

Browse files
minor symfony#47915 [Notifier] Update README for FreeMobile (ker0x)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] Update README for FreeMobile | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | - | License | MIT | Doc PR | - Commits ------- f0dc4b2 [Notifier] Update README for FreeMobile
2 parents bc626d5 + f0dc4b2 commit 88cdbce

File tree

1 file changed

+3
-3
lines changed
  • src/Symfony/Component/Notifier/Bridge/FreeMobile

1 file changed

+3
-3
lines changed

src/Symfony/Component/Notifier/Bridge/FreeMobile/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ DSN example
1010
-----------
1111

1212
```
13-
FREE_MOBILE_DSN=freemobile://LOGIN:PASSWORD@default?phone=PHONE
13+
FREE_MOBILE_DSN=freemobile://LOGIN:API_KEY@default?phone=PHONE
1414
```
1515

1616
where:
1717
- `LOGIN` is your Free Mobile login
18-
- `PASSWORD` is the token displayed in your account
18+
- `API_KEY` is the API key displayed in your account
1919
- `PHONE` is your Free Mobile phone number
2020

21-
See your account info at https://mobile.free.fr/moncompte/index.php?page=options
21+
See your account info at https://mobile.free.fr/account/mes-options/notifications-sms
2222

2323
Resources
2424
---------

0 commit comments

Comments
 (0)