Home arrow Forum Login problem
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 01, 2008, 05:36:05 PM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 1.0.x (Moderators: -Wolverine, kai920)
| | | |-+  Login problem
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 [2] Go Down Print
Author Topic: Login problem  (Read 7092 times)
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Login problem
« Reply #15 on: December 05, 2005, 05:09:54 PM »

I just got on your site and used my temp login.  I of course was logged into Joomla but not SMF.  When I went to SMF to login it told me:

That username does not exist.

which means the mosToSMF sync did not occur when I logged in.  This gives me some leads so I will keep looking into this.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Rick Henson
Joomla Pro
**

Karma: +3/-0
Offline Offline

Posts: 82


View Profile
Re: Login problem
« Reply #16 on: December 05, 2005, 05:14:01 PM »

Thanks Smiley
Logged

Rick

Running:
Joomla! 1.0.7 Stable
Community Builder 1.0 rc2
SMF 1.1 RC2
JSMF 1.1 RC2 patch1
JSMF CB Plugin 1.0.1
Rick Henson
Joomla Pro
**

Karma: +3/-0
Offline Offline

Posts: 82


View Profile
Re: Login problem
« Reply #17 on: December 05, 2005, 05:16:03 PM »

Wolverine,

I just got to thinking, that login and password was created from the backend so is probably not synced, sorry for the confussion
Logged

Rick

Running:
Joomla! 1.0.7 Stable
Community Builder 1.0 rc2
SMF 1.1 RC2
JSMF 1.1 RC2 patch1
JSMF CB Plugin 1.0.1
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Login problem
« Reply #18 on: December 05, 2005, 08:35:46 PM »

no, but that's the point, it should sync using the bridge.  Because you are creating users in the joomla table you can't possible sync every single user before they are able to login to SMF.  So the bridge does that in the background. 
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Editor (cowboy)
Administrator
Joomla Guru
*****

Karma: +86/-23
Offline Offline

Posts: 1144



View Profile WWW
Re: Login problem
« Reply #19 on: December 07, 2005, 11:43:08 PM »

Sorry all....
I've been busy and I am still.
I will install CBRC2 on my dev box tomorrow and i'll investigate this issue.

The thing is, I used CB Enhanced @ www.PinoyProfessionals.com and I don't have any issue.

I will release a patch within this week if necessary.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Login problem
« Reply #20 on: December 07, 2005, 11:57:06 PM »

the CB2RC2 is using https... maybe that is why it is failing?  I didn't have time to investigate further.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Editor (cowboy)
Administrator
Joomla Guru
*****

Karma: +86/-23
Offline Offline

Posts: 1144



View Profile WWW
Re: Login problem
« Reply #21 on: December 08, 2005, 12:22:30 AM »

the CB2RC2 is using https... maybe that is why it is failing?  I didn't have time to investigate further.
What's the reason for using https? Don't you think that is too much?
Logged
Rick Henson
Joomla Pro
**

Karma: +3/-0
Offline Offline

Posts: 82


View Profile
Re: Login problem
« Reply #22 on: December 08, 2005, 01:21:06 PM »

Cowboy,

Thanks so much for looking into this. I have looked at CB enhanced and liked it CBRC2 now has a plugin API that will make the ehancments / expansion almost limitless so I have returned to the original. No longer will changes / upgrades require hardcoding the core, just add a plugin. Have a look, I think you will be impressed. It has not been out long but there are already quite a few plugins either included or in production. Not sure if you would be interested but CB is very helpful with developers. I am sure with the interest in SMF we would love to see you do a plugin for CB. Thanks for all you do.
Logged

Rick

Running:
Joomla! 1.0.7 Stable
Community Builder 1.0 rc2
SMF 1.1 RC2
JSMF 1.1 RC2 patch1
JSMF CB Plugin 1.0.1
brandon
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 8


View Profile
Re: Login problem
« Reply #23 on: December 10, 2005, 09:42:32 PM »

Agreed,
This would be awesome if someone could find a way to fix this.  I am kind of a PHP rookie, and I don't even know where to look here.  I installed CB RC2, and the SMF bridge, and can't login in the forums with usernames from the joomla database.  I think I'm stuck until something can be figured out here.
Thanks anyone who helps! Grin
Logged
Jelte
Guest
Re: Login problem
« Reply #24 on: December 24, 2005, 06:10:57 AM »

Any news on this problem? (how to fix it)
Logged
Editor (cowboy)
Administrator
Joomla Guru
*****

Karma: +86/-23
Offline Offline

Posts: 1144



View Profile WWW
Re: Login problem
« Reply #25 on: December 24, 2005, 11:40:28 PM »

I know I said I will take a look at this. But because of some issues with my server, I have put this aside. I'm on the process on moving the site to a new server. I will definitely look at this CB issue after that.
Logged
Kawika Ohumukini
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 5


View Profile
Re: Login problem
« Reply #26 on: December 25, 2005, 12:34:42 AM »

I figured out a quick and dirty way to fix this. In the main joomla index.php file, around line #155, change:

Code:
if ($option == 'login') {

to

Code:
if ($option == 'login' || ($option == 'com_comprofiler' && $task == 'login')) {
Logged
FerretLife
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 19


View Profile
Re: Login problem
« Reply #27 on: December 26, 2005, 08:07:27 PM »

I don't know if this helps diagnose the issue Cowboy, but I have just discovered that if I log directly into the forum, I also get logged into the site and into CB RC2.

If I log out of the forum or if I log out from the CB RC2 login module, I get logged out of the site and the forum.

So if the login works completely from the SMF forum, the Community Builder RC2 and the SMF databases must be in sync.

So the only thing that doesn't work is the login from the CB RC2 login module.

Logged
Chris
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 7


View Profile
Re: Login problem
« Reply #28 on: December 30, 2005, 10:25:04 PM »

I was able to get everything to work together by modifying a file in the smf bridge

I'm using Joomla 1.0.5  (with patched database.php, to make it work with the latest CB 1.0 RC2)
SMF 1.1RC1
SMF Bridge version 1.0.2
and the login module, mod_smf_login,  version 1.3.2

To fix the bug about the CB registration restrictions (email confirmation and approval) being ignored, I added some code from the CB login module to the /administrator/components/com_smf/functions.smf.php file.
I already posted that in another thread:
http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,1033.msg4943#msg4943

The code I added only gets executed when $registration_module == "cb" , so the modified file should work regardless of the setup.

The only thing I haven't been able to get to work yet is the automatic email resend of the confirmation email request when somebody tries to log in without confirming the email first.
« Last Edit: December 30, 2005, 10:28:23 PM by Chris » Logged
Pages: 1 [2] Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
Search Contact About Advertise Blogs Topsites Submit News Register Login