Page 1 of 1

Trying to set form defaults when creating new users

Posted: Thu Jul 02, 2009 7:27 pm
by spiritquest
When we create new users, the form that shows to allow us to set username / wysiwyg / publishing preferences is pre-populated with certain defaults.

Code: Select all

serendipity_admin.php?serendipity[adminModule]=configuration
If I wanted to change the defaults, what file am I looking at editing and any pointers on where I need to look within that eg, class/function/method.

Thanks

Re: Trying to set form defaults when creating new users

Posted: Fri Jul 03, 2009 8:18 am
by garvinhicking
Hi!

Check the include/tpl/config_personal.inc.php file, and the functions to read this are in include/functions_installer.inc.php, serendipity_parseTemplate().

HTH,
Garvin