]> git.mjollnir.org Git - s9y.git/commitdiff
Sigh. 0.8.6 because of missing password check for EDITOR or CHIEF users?
authorgarvinhicking <garvinhicking>
Mon, 10 Oct 2005 12:55:23 +0000 (12:55 +0000)
committergarvinhicking <garvinhicking>
Mon, 10 Oct 2005 12:55:23 +0000 (12:55 +0000)
docs/NEWS
include/tpl/config_personal.inc.php
serendipity_config.inc.php

index 3098aa3cb036248f9d71a69f01727b8484c1ee40..061a20b6429b0b19906dc275dc29f8fbb48abf06 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,5 +1,11 @@
 # $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)
 ------------------------------------------------------------------------
 
index b9315d00edd9ece6896a3c49648d851b42b8ef76..28c18105fbee55945af7318136e038b4d0da9b5a 100644 (file)
@@ -27,7 +27,7 @@
                                           'description' => USERCONF_CHECK_PASSWORD_DESC,
                                           'type'        => 'protected',
                                           'default'     => '',
-                                          'permission'  => 'personalConfiguration'),
+                                          'userlevel'   => USERLEVEL_EDITOR),
 
                                     array('var'         => 'realname',
                                           'title'       => USERCONF_REALNAME,
index 782c680c69cabbcf89bb4723874ed701ee753d66..c06464183caf8bd08dd08b38e832e4c34f7f9a08 100644 (file)
@@ -21,7 +21,7 @@ if (IS_installed === true && !defined('IN_serendipity')) {
 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';