16
onokazu
Re: delete users bug
  • 2004/2/8 22:31

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


This actually was a new bug found in 2.0.6, and I have just committed a fix on CVS.

Add the following line to /modules/system/admin/users/main.php, just after line 93

$deluser =& $member_handler->getUser($memberslist_id[$i]);

so it will look like below:

$deluser =& $member_handler->getUser($memberslist_id[$i]);
$groups = $deluser->getGroups();

We will be making the release of 2.0.6.1 or 2.0.7 very soon which includes this fix.

17
jctsup1
Re: delete users bug
  • 2004/2/8 23:07

  • jctsup1

  • Not too shy to talk

  • Posts: 146

  • Since: 2002/5/23


ono -

That took care of the problem - can no longer delete members that are part of the webmaster group.

Good Job as always!


18
brash
Re: delete users bug
  • 2004/2/11 2:32

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


That's what I like to see! The problem all solved by the time I get to joining in the discussion. Thanks Ono, I'll be making that update when I get home tonight.

19
phppp
Re: delete users bug
  • 2004/2/23 16:42

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Quote:

onokazu wrote:
This actually was a new bug found in 2.0.6, and I have just committed a fix on CVS.

Add the following line to /modules/system/admin/users/main.php, just after line 93

$deluser =& $member_handler->getUser($memberslist_id[$i]);

so it will look like below:

$deluser =& $member_handler->getUser($memberslist_id[$i]);
$groups = $deluser->getGroups();

We will be making the release of 2.0.6.1 or 2.0.7 very soon which includes this fix.


Is it a feature or bug that webmasters can not be removed?
If it's a feature, it should be prompted when trying to remove a webmaster.

What I am doing: set a super webmaster, for say the Administrator created during installation. Only this webmaster has the permission to remove other webmasters. This super webmaster can not be removed or terminated.

20
elvir
Re: delete users bug
  • 2004/3/29 23:26

  • elvir

  • Just popping in

  • Posts: 90

  • Since: 2004/1/4 1


I had the same problem and this is what I did:

First, you have to approve new users. Go to admin panel, find inactive, approve them and then go back to your front page. Go through My user’s module, find a particular user, and choose edit user and simple delete it. Have no idea what's the problem but there's no way you can delete anyone through control admin panel.

Hope this can help.

21
flaxy
Re: delete users bug
  • 2004/4/4 3:22

  • flaxy

  • Just popping in

  • Posts: 47

  • Since: 2003/11/21


Quote:

Is it a feature or bug that webmasters can not be removed?
If it's a feature, it should be prompted when trying to remove a webmaster.

What I am doing: set a super webmaster, for say the Administrator created during installation. Only this webmaster has the permission to remove other webmasters. This super webmaster can not be removed or terminated.


I would really like to see this option also. A root or somthing to that effect would be great. :)

Login

Who's Online

184 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits