8000 Merge branch '5.0' · symfony/symfony-docs@ec50b76 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec50b76

Browse files
committed
Merge branch '5.0'
* 5.0: Update email.rst minor to fix syntax. #13018 Fix dead anchor links
2 parents b4700a9 + ab5de17 commit ec50b76

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

email.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ the report with details of the sent emails.
408408
.. tip::
409409

410410
In addition to the features provided by Symfony, there are applications that
411-
can help you test emails during application development, like `MailCatcher`_
412-
and `MailHog`_.
411+
can help you test emails during application development, like `MailCatcher`_,
412+
`Mailtrap`_ and `MailHog`_.
413413

414414
How to Spool Emails
415415
-------------------
@@ -656,6 +656,7 @@ redirected page and the email won't be accessible.
656656

657657
.. _`MailCatcher`: https://github.com/sj26/mailcatcher
658658
.. _`MailHog`: https://github.com/mailhog/MailHog
659+
.. _`Mailtrap`: https://mailtrap.io/
659660
.. _`Swift Mailer`: http://swiftmailer.org/
660661
.. _`SwiftMailerBundle`: https://github.com/symfony/swiftmailer-bundle
661662
.. _`Creating Messages`: https://swiftmailer.symfony.com/docs/messages.html

security/password_migration.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,18 @@ Upgrade the Password
123123
Upon successful login, the Security system checks whether a better algorithm
124124
is available to hash the user's password. If it is, it'll hash the correct
125125
password using the new hash. If you use a Guard authenticator, you first need to
126-
`provide the original password to the Security system <Provide the Password when using Guard>`_.
126+
:ref:`provide the original password to the Security system <provide-the-password-guard>`.
127127

128128
You can enable the upgrade behavior by implementing how this newly hashed
129129
password should be stored:
130130

131-
* `When using Doctrine's entity user provider <Upgrade the Password when using Doctrine>`_
132-
* `When using a custom user provider <Upgrade the Password when using a custom User Provider>`_
131+
* :ref:`When using Doctrine's entity user provider <upgrade-the-password-doctrine>`
132+
* :ref:`When using a custom user provider <upgrade-the-password-custom-provider>`
133133

134134
After this, you're done and passwords are always hashed as secure as possible!
135135

136+
.. _provide-the-password-guard:
137+
136138
Provide the Password when using Guard
137139
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
138140

@@ -157,6 +159,8 @@ for this login request. This password is used in the migration process::
157159
}
158160
}
159161

162+
.. _upgrade-the-password-doctrine:
163+
160164
Upgrade the Password when using Doctrine
161165
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
162166

@@ -186,6 +190,8 @@ storing the newly created password hash::
186190
}
187191
}
188192

193+
.. _upgrade-the-password-custom-provider:
194+
189195
Upgrade the Password when using a Custom User Provider
190196
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
191197

0 commit comments

Comments
 (0)
0