File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ own, it just needs to follow these rules:
204
204
:method: `Symfony\\ Component\\ Security\\ Core\\ Encoder\\ PasswordEncoderInterface::isPasswordValid `
205
205
must first of all make sure the password is not too long, i.e. the password length is no longer
206
206
than 4096 characters. This is for security reasons (see `CVE-2013-5750 `_), and you can use the
207
- :method: `Symfony\\ Component\\ Security\\ Core\\ Encoder\\ BasePasswordEncoder::isPasswordTooLong`_
207
+ :method: `Symfony\\ Component\\ Security\\ Core\\ Encoder\\ BasePasswordEncoder::isPasswordTooLong `
208
208
method for this check:
209
209
210
210
use Symfony\C omponent\S ecurity\C ore\E xception\B adCredentialsException;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ How to use the Cloud to Send Emails
7
7
Requirements for sending emails from a production system differ from your
8
8
development setup as you don't want to be limited in the number of emails,
9
9
the sending rate or the sender address. Thus,
10
- :doc: `using Gmail </cookbook/email/gmail >`_ or similar services is not an
10
+ :doc: `using Gmail </cookbook/email/gmail >` or similar services is not an
11
11
option. If setting up and maintaining your own reliable mail server causes
12
12
you a headache there's a simple solution: Leverage the cloud to send your
13
13
emails.
You can’t perform that action at this time.
0 commit comments