forked from in2code-de/femanager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_conf_template.txt
More file actions
14 lines (10 loc) · 1.06 KB
/
Copy pathext_conf_template.txt
File metadata and controls
14 lines (10 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# cat=basic/enable/010; type=boolean; label= Disable Backend Module: You can deactivate the Backend Module if you don't need it
disableModule = 0
# cat=basic/enable/020; type=boolean; label= Enable confirmation view: Enable a special confirmation view in Backend Module
enableConfirmationModule = 0
# cat=basic/enable/030; type=boolean; label= Disable Log: If you don't want to save each change of an fe_user, you can disable the logfile
disableLog = 0
# cat=basic/enable/100; type=boolean; label= Set cookie on login (experimental): On some cases it could happen, that auto login after creation in frontend or simulate login from backend module does not work. This flag will turn on setCookie as an alternative (experimental see https://github.com/in2code-de/femanager/issues/27 for details)
setCookieOnLogin = 0
# cat=basic/enable/200; type=boolean; label= Replace the input field for a fe_user's country with a select box.: This feature can be active without static_info_tables, but will use data from static_info_tables if it is installed.
overrideFeUserCountryFieldWithSelect = 0