You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: managed_davx5.rst
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,9 @@ It's advisable to set an expiration time for the configuration file on the Web s
72
72
Configuration variables
73
73
=======================
74
74
75
-
These variables can be used for Managed DAVx⁵ configuration:
75
+
These variables can be used for Managed DAVx⁵ configuration.
76
+
77
+
If they are specific to a certain version, this is mentioned before the variable. Deprecated variables shouldn't be used anymore and will be removed in the future. Use their replacements instead.
76
78
77
79
:Name: license
78
80
:Type: text
@@ -140,6 +142,7 @@ These variables can be used for Managed DAVx⁵ configuration:
140
142
Using ``login_password`` is only recommended with app-specific per-user passwords. Keep in mind that the user
141
143
may be able to retrieve the password even if ``login_credentials_lock`` is set.
@@ -148,7 +151,13 @@ These variables can be used for Managed DAVx⁵ configuration:
148
151
0 = don't lock (user can change credentials) |br|
149
152
1 = lock at login (user can still change credentials in account settings) |br|
150
153
2 = lock at login and in account settings (user can't change credentials)
151
-
.. Note:: Since version 4.4.8-mgd ``login_credentials_lock`` replaces ``login_lock_credentials``. See :ref:`Deprecated Variables<Deprecated variables>`.
154
+
..
155
+
.. deprecated:: 4.4.8 replaced by ``login_credentials_lock``
156
+
:Name: login_lock_credentials
157
+
:Type: boolean
158
+
:Required: no
159
+
:Default: false
160
+
:Description: whether user name and password are locked (= can't be edited by the user) in case they are provided by managed configuration.
152
161
..
153
162
:Name: login_certificate_alias
154
163
:Type: text
@@ -265,17 +274,6 @@ These variables can be used for Managed DAVx⁵ configuration:
265
274
0 = show all collections |br|
266
275
1 = show only collections in the user's own home-sets
267
276
268
-
Deprecated variables
269
-
====================
270
-
Please stop using the following variables and use the new ones as indicated instead.
271
-
272
-
:Name: login_lock_credentials (**Deprecated since v4.4.8-mgd**. Use ``login_credentials_lock`` instead.)
273
-
:Type: boolean
274
-
:Required: no
275
-
:Default: false
276
-
:Description: whether user name and password are locked (= can't be edited by the user) in case they are provided by managed configuration.
0 commit comments