[ZendTo] Re: redirected to documentroot after successfull authentication

Frank Bonnet f.bonnet at esiee.fr
Tue Dec 11 12:47:07 GMT 2012


On 12/11/2012 01:32 PM, Jules wrote:
> Are you absolutely sure you've got the latest beta?

I think so

>
> Otherwise, just edit the "var loginForm" line to show what it does in 
> my version below instead of what you've got.
> That will fix it.
>

OK we move forward ,
now I get an authentication error but I'm still at login page
Should I debug the auth error in some logfile  ?

thanks


> Jules.
>
> On 11/12/2012 12:19, Frank Bonnet wrote:
>> I get this
>>
>>
>> # grep loginForm main.js
>>         if( $('#loginForm').length > 0 ) return false;
>>         var loginForm = $('<form>', { id: 'loginForm', 
>> 'method':'post', 'action': window.location.protocol + '//' + 
>> window.location.host });
>>         loginForm.append(un_label, uname, pw_label, password, login);
>>         $('#container').prepend(loginForm);
>>         $(loginForm).after(
>>
>>
>>
>>
>>
>>
>> On 12/11/2012 10:29 AM, Jules wrote:
>>> If you do this
>>>       cd /opt/zendto/www/js
>>>       grep loginForm main.js
>>> do you get a line output (among others) that says this:
>>> var loginForm = $('<form>', { id: 'loginForm', 'method':'post',
>>> 'action': '.' });
>>> ?
>>> If so, it should redirect back to the ZendTo homepage and not the
>>> DocumentRoot of the virtualhost.
>>>
>>> Jules.
>>>
>>> On 11/12/2012 08:50, Frank Bonnet wrote:
>>>> Hello again
>>>>
>>>> Now the authentication seems OK but after being authenticated
>>>> the browser is redirected to the documentroot of the apache server
>>>> instead of zendto homepage ...
>>>>
>>>>
>>>> _______________________________________________
>>>> ZendTo mailing list
>>>> ZendTo at zend.to
>>>> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>>>>
>>>> Jules
>>>>
>>>> -- 
>>>> Julian Field MEng MBCS CITP CEng
>>>> www.Zend.To
>>>>
>>>> Twitter: @JulesFM
>>>> PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
>>>>
>>>> Fair Isle: North or northwest 4 or 5. Moderate, occasionally rough at first.
>>>> Wintry showers. Good, occasionally poor.
>>> _______________________________________________
>>> ZendTo mailing list
>>> ZendTo at zend.to

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20121211/db919bfb/attachment.html 


More information about the ZendTo mailing list