diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-11 13:01:54 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-11 13:01:54 (GMT) |
commit | d86aa0b21ee9aedbf8694ddfbfade244f4c418bf (patch) | |
tree | cec4556a6bd668028c475f42c49a406297ab59bf | |
parent | 19cca30ffdea7a04aa61ab5129f939988ad23309 (diff) | |
download | kolab-docs-d86aa0b21ee9aedbf8694ddfbfade244f4c418bf.tar.gz |
publican clean clean_ids does it again
-rw-r--r-- | Administrator_Guide/en-US/Kolab_Web_Administration_Panel.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Administrator_Guide/en-US/Kolab_Web_Administration_Panel.xml b/Administrator_Guide/en-US/Kolab_Web_Administration_Panel.xml index 9447428..ce52972 100644 --- a/Administrator_Guide/en-US/Kolab_Web_Administration_Panel.xml +++ b/Administrator_Guide/en-US/Kolab_Web_Administration_Panel.xml @@ -87,17 +87,21 @@ <screen># <userinput>cp -a /path/to/sample-insert-user_types.php \</userinput> <userinput>/usr/share/kolab-webadmin/insert-user_types.php</userinput></screen> + </para> + </step> <step> <para> Edit the file to reflect your needs. For example, to avoid the <literal>mail</literal> attribute from being automatically generated, remove <literal>$attributes['auto_form_fields']['mail']</literal>. </para> + </step> <step> <para> You may want to insert <literal>$attributes["form_fields"]["mail"]</literal> to insert back a form field that allows supplying a mail attribute value for the user type. </para> + </step> <step> <para> @@ -108,6 +112,7 @@ <screen># <userinput>php -l insert-user_types.php</userinput></screen> </para> + </step> <step> <para> @@ -118,11 +123,13 @@ <screen># <userinput>php insert-user_types.php</userinput></screen> </para> + </step> <step> <para> Log out and log back in to the web admin. </para> + </step> </procedure> @@ -370,7 +377,7 @@ </formalpara> </listitem> - // --> + // --> </itemizedlist> </para> |