A page in your DokuWiki was added or changed. Here are the details:

Date        : 2011/12/19 09:36
Browser     : Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:8.0) Gecko/20100101 
Firefox/8.0
IP-Address  : 213.41.232.151
Hostname    : dslm0.nerim.lyon.linagora.net
Old Revision: 
http://ltb-project.org/wiki/documentation/self-service-password/0.7/config_questions?rev=1311324263
New Revision: 
http://ltb-project.org/wiki/documentation/self-service-password/0.7/config_questions
Edit Summary: 
User        : coudot

@@ -17,21 +17,21 @@
  
  ===== Activation =====
  
  You can enable or disable this feature with ''$use_questions'':
- <file>
+ <file php>
  $use_questions = true;
  </file>
  
  ===== Attribute and object class =====
  
  Set the attribute in which the answer will be stored:
- <file>
+ <file php>
  $answer_attribute = "info";
  </file>
  
  If the above attribute is not in a standard user object class, configure the 
object class to use with this attribute:
- <file>
+ <file php>
  $answer_objectClass = "extensibleObject";
  </file>
  
  <note>The object class will be added to the entry only if it is not already 
present.</note>
@@ -40,8 +40,8 @@
  
  Questions are registered in lang files: ''lang/**codelang**.inc.php''.
  
  To add a question, you can create a new value in the 
''$messages['questions']'' array, directly in the main configuration files 
(''config.inc.php''):
- <file>
+ <file php>
  $messages['questions']['ice'] = "What is your favorite ice cream flavor?";
  </file>
  



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/wiki/

_______________________________________________
ltb-changes mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-changes

Reply via email to