diff options
author | David Lawrence <dkl@mozilla.com> | 2014-09-15 16:13:35 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-09-15 16:13:35 +0200 |
commit | 84ec7f6938e6c44e617bb3b2669281e21d5c198a (patch) | |
tree | def0799cf464164e14b816313fb05bd799d59a46 /docs | |
parent | c11b241b985511c01803df200d31afb793f11903 (diff) | |
download | bugzilla-84ec7f6938e6c44e617bb3b2669281e21d5c198a.tar.gz bugzilla-84ec7f6938e6c44e617bb3b2669281e21d5c198a.tar.xz |
Bug 1066184: data/params.js should be renamed to data/params.json since the data form is JSON and not JS
r=LpSolit,a=sgreen
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/administration.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/rst/administration.rst b/docs/en/rst/administration.rst index d26e354b9..df7631fdb 100644 --- a/docs/en/rst/administration.rst +++ b/docs/en/rst/administration.rst @@ -346,7 +346,7 @@ user_verify_class well, you may otherwise not be able to log back in to Bugzilla once you log out. If this happens to you, you will need to manually edit - :file:`data/params.js` and set user_verify_class to + :file:`data/params.json` and set user_verify_class to ``DB``. LDAPserver @@ -414,7 +414,7 @@ user_verify_class well, you may otherwise not be able to log back in to Bugzilla once you log out. If this happens to you, you will need to manually edit - :file:`data/params.js` and set user_verify_class to + :file:`data/params.json` and set user_verify_class to ``DB``. RADIUS_server |