Commit 037a33e6 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 358486: env_no_email mistakenly refers to an environment variable where it…

Bug 358486: env_no_email mistakenly refers to an environment variable where it should refer to a param - Patch by timeless <timeless@bemail.org> r=wurblzap a=mkanat
parent 703e02e8
......@@ -132,9 +132,9 @@
This means that the '[% Param("auth_env_email") FILTER html %]'
environment variable was empty or did not exist.
[% ELSE %]
You need to set the "auth_env_email" environment variable to
the name of the environment variable that will contain the
user's email address.
You need to set the "auth_env_email" parameter to the name of
the environment variable that will contain the user's email
address.
[% END %]
[% ELSIF error == "extension_invalid" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment