Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 3cc34e5

Browse files
authored
Merge pull request #402 from appwrite/doc-dsn-url-encode
Add a notice about URL encoding _APP_SMS_PROVIDER
2 parents 51f69b7 + d34d4a5 commit 3cc34e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/views/docs/sms-delivery.phtml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
<h2><a href="/docs/sms-delivery#updateEnvFile" id="updateEnvFile">Update Your .env File</a></h2>
9494
<p>You will need to configure these <a href="/docs/environment-variables#phone">environment variables</a> and restart your Appwrite containers before you can use phone authentication.</p>
9595

96+
<div class="notice">
97+
<p>Ensure the values you insert in the <code>_APP_SMS_PROVIDER</code> placeholders are <a href="https://developer.mozilla.org/en-US/docs/Glossary/Percent-encoding" target="_blank" rel="noopener">URL encoded</a> if they contain any non-alphanumeric characters.</p>
98+
</div>
99+
96100
<table class="full">
97101
<thead>
98102
<tr>

0 commit comments

Comments
 (0)