Skip to content

Commit 86f0edf

Browse files
authored
feat(admin): add forgot_password_url configuration (#1251)
1 parent 9e0d175 commit 86f0edf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

elasticms-admin/environment-variables.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,14 @@ In a WYSIWYG field, the master file won't be uploaded, a resized image will be u
302302
```dotenv
303303
EMSCO_IMAGE_MAX_SIZE=2048
304304
```
305+
306+
### EMSCO_FORGOT_PASSWORD_URL
307+
For replace the value of href of the 'I forgot my password' link.
308+
When we don't have a mail server for the password request form, we can replace this link for example with a mailto.
309+
310+
```dotenv
311+
EMSCO_FORGOT_PASSWORD_URL=mailto:[email protected]?subject=Password%20Reset&body=Hello%2C%0A%0AI%20am%20requesting%20to%20reset%20my%20password%20for%20my%20account%20%5BEnter%20Your%20User%20Name%5D
312+
```
305313

306314
### EMS_BACKEND_URL
307315
Define the url use by the user to access elasticms (in order to generate links in emails).

0 commit comments

Comments
 (0)