Fixed password recovery with protected global selection page

SVN revision: 2462
This commit is contained in:
2012-04-30 15:03:38 +00:00
parent c03cf7d72b
commit 2e2cdb9add
3 changed files with 50 additions and 29 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ int auth_change_password_file(LOGBOOK * lbs, const char *user, const char *old_p
PMXML_NODE node;
if (lbs == NULL)
lbs = &lb_list[0];
lbs = get_first_lbs_with_global_passwd();
if (!lbs->pwd_xml_tree)
return FALSE;