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

Add a notice about URL encoding _APP_SMS_PROVIDER #402

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/views/docs/sms-delivery.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
<h2><a href="/docs/sms-delivery#updateEnvFile" id="updateEnvFile">Update Your .env File</a></h2>
<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>

<div class="notice">
<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>
</div>

<table class="full">
<thead>
<tr>
Expand Down