You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tim Daley <ti...@cru.org> on 2014/06/16 20:37:17 UTC

[users@httpd] login form

I finally got my login form working with LDAP authentication and pure html.

I have coded the httpd_location in my login.html and on successful login,
that page is brought up.

I would like to avoid a static success page, but instead go back to the
page that the user originally entered. I thought it was as simple as
removing the hidden field, but apparently that's not it.

Suggestions?

So close...

-- 
*Tim Daley*
IT Specialist-Operating Systems
cru | Technology | Platform Team
o: 407-826-2911 | m: 407-716-0284
tim.daley@cru.org

Re: [users@httpd] Re: login form

Posted by Giovanni Bianchini <gi...@enet.cu>.
On making an assumption you are pulling the username and password authentication from 
a table, add a page2load parameter and when the user logs in have the url pass the 
page2load parameter.


On 21 Jun 2014 at 8:50, Tim Daley wrote:

> 
> I finally got my login form working with LDAP authentication and pure html. 
> 
> I have coded the httpd_location in my login.html and on successful login, that page is brought 
> up.
> 
> I would like to avoid a static success page, but instead go back to the page that the user 
> originally entered. I thought it was as simple as removing the hidden field, but apparently that's 
> not it.
> 
> Suggestions?
> 
> So close...
> 
> 
> On Mon, Jun 16, 2014 at 2:37 PM, Tim Daley <ti...@cru.org> wrote:
>     I finally got my login form working with LDAP authentication and pure html. 
> 
>     I have coded the httpd_location in my login.html and on successful login, that page is 
>     brought up.
> 
>     I would like to avoid a static success page, but instead go back to the page that the user 
>     originally entered. I thought it was as simple as removing the hidden field, but apparently 
>     that's not it.
> 
>     Suggestions?
> 
>     So close... 
> 
>     --
>     Tim Daley
>     IT Specialist-Operating Systems
>     cru | Technology | Platform Team
>     o: 407-826-2911 | m: 407-716-0284
>     tim.daley@cru.org
>     
> 
> 
> 
> --
> Tim Daley
> IT Specialist-Operating Systems
> cru | Technology | Platform Team
> o: 407-826-2911 | m: 407-716-0284
> tim.daley@cru.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Re: login form

Posted by Stefan Frei <st...@gmail.com>.
if you have no session,
you can only:
either pass original url as post parameter in you login forms action
or
set a cookie

Cheers Stefan


2014-06-21 14:50 GMT+02:00 Tim Daley <ti...@cru.org>:

> I finally got my login form working with LDAP authentication and pure html.
>
> I have coded the httpd_location in my login.html and on successful login,
> that page is brought up.
>
> I would like to avoid a static success page, but instead go back to the
> page that the user originally entered. I thought it was as simple as
> removing the hidden field, but apparently that's not it.
>
> Suggestions?
>
> So close...
>
>
> On Mon, Jun 16, 2014 at 2:37 PM, Tim Daley <ti...@cru.org> wrote:
>
>> I finally got my login form working with LDAP authentication and pure
>> html.
>>
>> I have coded the httpd_location in my login.html and on successful login,
>> that page is brought up.
>>
>> I would like to avoid a static success page, but instead go back to the
>> page that the user originally entered. I thought it was as simple as
>> removing the hidden field, but apparently that's not it.
>>
>> Suggestions?
>>
>> So close...
>>
>> --
>> *Tim Daley*
>> IT Specialist-Operating Systems
>> cru | Technology | Platform Team
>> o: 407-826-2911 | m: 407-716-0284
>> tim.daley@cru.org
>>
>>
>>
>
>
> --
> *Tim Daley*
> IT Specialist-Operating Systems
> cru | Technology | Platform Team
> o: 407-826-2911 | m: 407-716-0284
> tim.daley@cru.org
>
>
>

[users@httpd] Re: login form

Posted by Tim Daley <ti...@cru.org>.
I finally got my login form working with LDAP authentication and pure html.

I have coded the httpd_location in my login.html and on successful login,
that page is brought up.

I would like to avoid a static success page, but instead go back to the
page that the user originally entered. I thought it was as simple as
removing the hidden field, but apparently that's not it.

Suggestions?

So close...


On Mon, Jun 16, 2014 at 2:37 PM, Tim Daley <ti...@cru.org> wrote:

> I finally got my login form working with LDAP authentication and pure html.
>
> I have coded the httpd_location in my login.html and on successful login,
> that page is brought up.
>
> I would like to avoid a static success page, but instead go back to the
> page that the user originally entered. I thought it was as simple as
> removing the hidden field, but apparently that's not it.
>
> Suggestions?
>
> So close...
>
> --
> *Tim Daley*
> IT Specialist-Operating Systems
> cru | Technology | Platform Team
> o: 407-826-2911 | m: 407-716-0284
> tim.daley@cru.org
>
>
>


-- 
*Tim Daley*
IT Specialist-Operating Systems
cru | Technology | Platform Team
o: 407-826-2911 | m: 407-716-0284
tim.daley@cru.org