# $Id$
+Version 0.8.6 ()
+------------------------------------------------------------------------
+ * Fix password change setting only being visible for Admin users,
+ so now editors and chiefs can change their password again.
+ (garvinhicking)
+
Version 0.8.5 (September 29th, 2005)
------------------------------------------------------------------------
'description' => USERCONF_CHECK_PASSWORD_DESC,
'type' => 'protected',
'default' => '',
- 'permission' => 'personalConfiguration'),
+ 'userlevel' => USERLEVEL_EDITOR),
array('var' => 'realname',
'title' => USERCONF_REALNAME,
include_once(S9Y_INCLUDE_PATH . 'include/compat.inc.php');
// The version string
-$serendipity['version'] = '0.8.5';
+$serendipity['version'] = '0.8.6-dev';
// Name of folder for the default theme
$serendipity['defaultTemplate'] = 'default';