Welcome, Guest. Please login or register.
Did you miss your activation email?
February 13, 2012, 01:27:21 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
149700 Posts in 21103 Topics by 7538 Members
Latest Member: ionline
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Can not login to admin  (Read 398 times)
grawi

Offline Offline

Posts: 8


« on: March 11, 2010, 11:36:37 PM »

Hello

First, thanks to the WebsiteBaker team. It's a great CMS.

I have used WebsiteBaker on few sites (version 2.7), but the problem occured first time.
I have installed WB 2.8.1 for the first time. Site was prepared and tested on the public_html/mysite cataloque. When everything was ok, I add domain to that cataloque, changed in config.php WB url for site and admin, changed url's in the whole database from cataloque url to domain url.

Site is working correctly, but I can not login to admin. Also other users logins do not work.

I have gone into the db and reset password manually. However, nothing seems to get me logged in.

I receive "Excessive Logins" screen after few attempts. Refreshing browser does not help.

Please advise what to do ? I fill lost. 

Logged
oeh

Offline Offline

Posts: 190



« Reply #1 on: March 11, 2010, 11:47:56 PM »

A little search would be in place. wink

Maybe this helps

Logged

Good bye ;-{(
oeh ;-}>
Argos
Moderator
**
Offline Offline

Posts: 2084


WWW
« Reply #2 on: March 11, 2010, 11:48:57 PM »

It's easy to get around the "Excessive Logins" screen: just clear cookies, or use another browser, if you want to try quicly a few times.

You can also change the max attempt setting from 3 to for example 999. In /account/login.php there is a line at around line 52 that says "MAX_ATTEMPS" => "3" . Change the number and ftp the file to the server. Refresh browser and you have the newly set number of attempts.
Logged

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase: http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
grawi

Offline Offline

Posts: 8


« Reply #3 on: March 12, 2010, 12:10:45 AM »

Hello Thanks to quick replay.
I red all those posts and make all tries
-clearing cookies, refreshing password in databse,
-using another browsers.
I red also about .htaccess - I have redirection in my htaccess from non www to www domain.

I can not solve problem. Please help.

Cheers
Grawi
Logged
Argos
Moderator
**
Offline Offline

Posts: 2084


WWW
« Reply #4 on: March 12, 2010, 12:13:21 AM »

Did you MD5 the new password?
Logged

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase: http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
grawi

Offline Offline

Posts: 8


« Reply #5 on: March 12, 2010, 06:36:41 AM »

Hello
It was not MD5 issue.

I have just solved it.
I put additional redirect in my htaccess (I have never used it before on sites with WB CMS) and it created a mess.
It was:

RewriteEngine On
RewriteCond %{THE_REQUEST} ^.*/index.php
RewriteRule ^(.*)index.php$ http://www.mydomain.com/$1 [R=301,L]

After removing it everything is ok.

Cheers
Grawi
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!