I can see talk about ENV variable APP_SECRET
in many posts, yet it doesn’t seem to have any effect. Curiously, I tried out API_SECRET
, and when assigned, this seems to be required in the “secret” input on login. Did anything change or are there typos going around? APP_SECRET
doesn’t seem to be valid, yet it is mention in several posts 1, 2, [3] /t/still-some-issues-after-upgrade-to-v5/9345/5
Hi,
These are two separate values:
- APP_SECRET: used to limit updating the app
- API_SECRET: used to limit logging into the app
Ahh, ok. But then surely the reference on the below link must be incorrect? It’s the first related search that comes up on Google when trying to find out how to assign “secret” on the login form.
Thanks, fixed
Note: I believe the two values are API_SECRET and UPDATE_SECRET
1 Like