[wp-hackers] wp-hackers Digest, Vol 56, Issue 37

Anilo anilo4ever at gmail.com
Sat Sep 19 12:16:00 UTC 2009


Try to use AJAX for auth to no-reload page and push data through some
form and after auth you simply remove form from screen.
Don't forget on hidden form fields at wp-admin login page.

On Sat, Sep 19, 2009 at 2:00 PM,
<wp-hackers-request at lists.automattic.com> wrote:
> Send wp-hackers mailing list submissions to
>        wp-hackers at lists.automattic.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.automattic.com/mailman/listinfo/wp-hackers
> or, via email, send a message with subject or body 'help' to
>        wp-hackers-request at lists.automattic.com
>
> You can reach the person managing the list at
>        wp-hackers-owner at lists.automattic.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of wp-hackers digest..."
>
>
> Today's Topics:
>
>   1. FOrce login on WP (Stefano Aglietti)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 19 Sep 2009 11:29:15 +0200
> From: Stefano Aglietti <steagl4ml at gmail.com>
> Subject: [wp-hackers] FOrce login on WP
> To: wp-hackers at lists.automattic.com
> Message-ID: <lq89b5ll7a2uvnl92u86r34l0cuev22634 at 4ax.com>
> Content-Type: text/plain; charset=us-ascii
>
> I try again... I need to force WP login without have users passing
> through the login screen neither have to reload a page (i could
> simulate the login form and the url redirection but this will reload
> the page)
>
> I need to do this letting all the filters after login screen to works
> like usual, i tried to use wp_authenticate_username_password passing
> an array with the data as readed in the code file but no luck i do not
> get the correct cookies. I tried this after the header of the them is
> sent, cause in the header i have "something" that give me the username
> e password, i suppose i call wp_authenticate_username_password too
> late, maybe i have to call it during an early stage, but i can't
> figure aout what it is. COnsider i have to run Zend to have singleton
> function that give me the current username e password (a login in
> another site)
>
> I'm getting mad and I know that the solution is just in front of me
> even if I do not see it.
>
> Thank all!
>
> --
>
> Stefano Aglietti - StallonIt on IRCnet - ICQ#: 2078431
> Email: steve at 40annibuttati.it steagl at people.it
> Sites: http://www.40annibuttati.it (personal blog)
>       http://www.wordpress-it.it (WordPress Italia)
>
>
> ------------------------------
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
>
> End of wp-hackers Digest, Vol 56, Issue 37
> ******************************************
>


More information about the wp-hackers mailing list