Koozali.org: home of the SME Server

Egroupware lock-out

Offline thyrsted

  • *
  • 17
  • +0/-0
Egroupware lock-out
« on: August 22, 2007, 09:59:11 AM »
Hi

I installed the Egroupware contrib, followed the instructions, and got it working without any problems.
I then logged in as 'admin' and created a few users, wich worked OK.

Logged in as admin i created another user, wich i tried to set up differently (other e-mail settings).
This new user also had different groups.

After logout (as admin) i tried to log in as the new user, but suddently the user/password wasn't accepted anymore.

Any attempts to log in as any user - including 'admin' - hereafter was unsuccessful.

I 'know' i haven't tampered with any settings regarding the 'admin' user, and i have been very careful not to remove 'admin' from any groups.

This i very weird.

Does any of You know of a way to reset the admin password/user/whatever so i can log in as admin ?

Any hints would be very welcome.


TIA

Kenn Thyrsted
...

Offline cool34000

  • *
  • 339
  • +0/-0
Re: Egroupware lock-out
« Reply #1 on: August 23, 2007, 07:32:05 PM »
Hi,

Sometimes web-browsers can mess up and eGroupWare sees it as an hack attempt, so it's blocking you for 30 minutes...
Wait 30 minutes without attempting to access eGroupWare, and then it should work back as usual.

Hope it helped

Offline thyrsted

  • *
  • 17
  • +0/-0
Re: Egroupware lock-out
« Reply #2 on: August 24, 2007, 10:32:50 AM »
Unfortunatetly , no...

It seemes that i can reproduce the behaviour , just by installing a fresh 7.1.3 and then install the Egroupware contrib, and then poking around in the admin/config menus.
 - Or by installing WebShare..

Maybe i'm fundemantally misunderstanding something 'bout the config of Egroupware, i don't know, but the fact that i'm the only one with these 'annoyances'  could indicate something like that  :-?

But it's _very_ annoying that i can't reset the admin-password and regain access.

Kenn
...

Offline raem

  • *
  • 3,972
  • +4/-0
Re: Egroupware lock-out
« Reply #3 on: August 24, 2007, 11:43:53 AM »
thyrsted

Did you configure egroupware to prevent setup access from anywhere execpt locally at the server. There is a setting in one of the config files that will do that, and it's easy to misinterpret it's meaning.
...

Offline thyrsted

  • *
  • 17
  • +0/-0
Re: Egroupware lock-out
« Reply #4 on: August 28, 2007, 08:53:45 AM »
I'm pretty sure i haven't edited any configfiles (directly) prior to the problem.

I have - however - tried to reset the admin password by editing the header.inc.php file line 36.
(as per http://www.egroupware.org/specialpages/?page_name=knowledgebase&menuaction=phpbrain.uikb.view_article&art_id=28)

But i just says "Bad login or password" even after that... - Weird..

Kenn
...

Offline raem

  • *
  • 3,972
  • +4/-0
Re: Egroupware lock-out
« Reply #5 on: August 28, 2007, 09:16:08 AM »
thyrsted

Quote
I have - however - tried to reset the admin password by editing the header.inc.php file line 36.

You can't just change the password there. You have to change it in the mysql database for egroupware. Use phpmyadmin to do that or root prompt then type mysql, but you need to know the mysql commands to use next, read the mysql online manual.
...